Rachelint opened a new pull request, #23165: URL: https://github.com/apache/datafusion/pull/23165
## Which issue does this PR close? - Closes #. ## Rationale for this change The migration aggregate implementation is still guarded by a temporary switch. It should remain opt-in while the migration is in progress, so the default execution path continues to use the legacy grouped hash aggregate implementation. ## What changes are included in this PR? This PR changes the default value of datafusion.execution.enable_migration_aggregate from true to false. ## Are these changes tested? Ran: - cargo fmt --all - cargo clippy --all-targets --all-features -- -D warnings ## Are there any user-facing changes? Yes. The default value of datafusion.execution.enable_migration_aggregate changes to false. Users can still opt in by setting it to true. -- 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]
