cloud-fan commented on code in PR #56323: URL: https://github.com/apache/spark/pull/56323#discussion_r3389669681
########## sql/hive/src/test/resources/conf/binding-policy-exceptions/configs-without-binding-policy-exceptions: ########## @@ -603,6 +603,7 @@ spark.sql.execution.replaceHashWithSortAgg spark.sql.execution.reuseSubquery spark.sql.execution.sortBeforeRepartition spark.sql.execution.topKSortFallbackThreshold +spark.sql.execution.useHashAggregateExec Review Comment: why? there is a `NOT_APPLICABLE` option and we should never omit the binding policy. -- 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]
