Skip to content

Commit

Permalink
revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jan 1, 2025
1 parent eccce5b commit 19ebbc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ object CometExecBenchmark extends CometBenchmarkBase {
CometConf.COMET_ENABLED.key -> "true",
CometConf.COMET_EXEC_ENABLED.key -> "true",
CometConf.COMET_EXEC_SHUFFLE_ENABLED.key -> "true",
CometConf.COMET_NATIVE_SHUFFLE_ENABLED.key -> "false") {
CometConf.COMET_SHUFFLE_MODE.key -> "jvm") {
spark.sql(
"SELECT (SELECT max(col1) AS parquetV1Table FROM parquetV1Table) AS a, " +
"col2, col3 FROM parquetV1Table")
Expand Down

0 comments on commit 19ebbc8

Please sign in to comment.