peterxcli opened a new pull request, #5439: URL: https://github.com/apache/datafusion-comet/pull/5439
## Which issue does this PR close? Follow-up to #5055. ## Rationale for this change PR #5055 added an aggregate test using the removed `COMET_EXEC_SHUFFLE_ENABLED` constant. Current `main` therefore fails the Spark 3.4 Scalafix build while compiling test sources. ## What changes are included in this PR? Use the current `COMET_SHUFFLE_ENABLED` config entry, matching the rest of `CometAggregateSuite` and `CometConf`. ## How are these changes tested? The previously failing command now completes successfully: ```shell ./mvnw -B package -DskipTests scalafix:scalafix -Dscalafix.mode=CHECK -Psemanticdb -Pspark-3.4 -Pscala-2.12 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
