Skip to content

Commit

Permalink
enable force hash join to test
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Feb 23, 2022
1 parent 0e9f641 commit a21735b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class GazellePluginConfig(conf: SQLConf) extends Logging {
conf.getConfString("spark.oap.sql.columnar.rowtocolumnar", "true").toBoolean && enableCpu

val forceShuffledHashJoin: Boolean =
conf.getConfString("spark.oap.sql.columnar.forceshuffledhashjoin", "false").toBoolean &&
conf.getConfString("spark.oap.sql.columnar.forceshuffledhashjoin", "true").toBoolean &&
enableCpu

val resizeShuffledHashJoinInputPartitions: Boolean =
Expand Down

0 comments on commit a21735b

Please sign in to comment.