Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Aug 5, 2024
1 parent 19d2c65 commit bf07aa8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,8 @@ class TestOperator extends VeloxWholeStageTransformerSuite with AdaptiveSparkPla
withSQLConf(
"spark.gluten.sql.columnar.backend.velox.resizeBatches.shuffleInput" -> "true",
"spark.gluten.sql.columnar.maxBatchSize" -> "2",
"spark.gluten.sql.columnar.backend.velox.resizeBatches.shuffleInput.minSize" -> s"$minBatchSize"
"spark.gluten.sql.columnar.backend.velox.resizeBatches.shuffleInput.minSize" ->
s"$minBatchSize"
) {
val df = runQueryAndCompare(
"select l_orderkey, sum(l_partkey) as sum from lineitem " +
Expand Down

0 comments on commit bf07aa8

Please sign in to comment.