Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lgbo-ustc committed Aug 13, 2024
1 parent 73f4005 commit 921f430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ case class CHShuffledHashJoinExecTransformer(
override protected lazy val substraitJoinType: JoinRel.JoinType =
JoinTypeTransform.toSubstraitType(joinType)

override def genJoinParameters(): Any = {
def genJoinParameters1(): Any = {
val (isBHJ, isNullAwareAntiJoin, buildHashTableId) = genJoinParametersInternal()

// Don't use lef/right directly, they may be reordered in `HashJoinLikeExecTransformer`
Expand Down

0 comments on commit 921f430

Please sign in to comment.