viirya commented on pull request #33068: URL: https://github.com/apache/spark/pull/33068#issuecomment-895477606
Actually we already have `spark.sql.execution.useObjectHashAggregateExec` to control the use of `ObjectHashAggregateExec`. It sounds a bit redundant to add another config here. I also think the current condition `TypedImperativeAggregate` is already more strict than others like `ImperativeAggregate` and `DeclarativeAggregate`. -- 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]
