Skip to content

Commit

Permalink
Code refine
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Jan 2, 2025
1 parent 2b560e4 commit 7fe4fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ class VeloxOrcDataTypeValidationSuite extends VeloxWholeStageTransformerSuite {
}

// Validation: ShuffledHashJoin.
withSQLConf("spark.gluten.sql.columnar.forceShuffledHashJoin" -> "true",
withSQLConf(
"spark.gluten.sql.columnar.forceShuffledHashJoin" -> "true",
"spark.sql.autoBroadcastJoinThreshold" -> "-1") {
runQueryAndCompare(
"select type1.date from type1," +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ class VeloxParquetDataTypeValidationSuite extends VeloxWholeStageTransformerSuit
}

// Validation: ShuffledHashJoin.
withSQLConf("spark.gluten.sql.columnar.forceShuffledHashJoin" -> "true",
withSQLConf(
"spark.gluten.sql.columnar.forceShuffledHashJoin" -> "true",
"spark.sql.autoBroadcastJoinThreshold" -> "-1") {
runQueryAndCompare(
"select type1.date from type1," +
Expand Down

0 comments on commit 7fe4fd4

Please sign in to comment.