Skip to content

Commit

Permalink
fix shuffle left bucket join
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jul 4, 2024
1 parent 120e296 commit a3fe2c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public static PhysicalProperties createHash(DistributionSpecHash distributionSpe
return new PhysicalProperties(distributionSpecHash);
}

/** createAnyFromHash */
public static PhysicalProperties createAnyFromHash(DistributionSpecHash... childSpecs) {
for (DistributionSpecHash childSpec : childSpecs) {
if (childSpec.getShuffleType() == ShuffleType.NATURAL) {
Expand Down

0 comments on commit a3fe2c7

Please sign in to comment.