HyukjinKwon commented on code in PR #45412:
URL: https://github.com/apache/spark/pull/45412#discussion_r1515285320
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -3509,6 +3509,17 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val WRAP_EXISTS_IN_AGGREGATE_FUNCTION =
+ buildConf("spark.sql.optimizer.wrapExistsInAggregateFunction")
+ .internal()
+ .doc("When true, the optimizer will wrap newly introduced `exists`
attributes in an" +
+ "aggregate function to ensure that Aggregate nodes preserve semantic
invariant that each" +
+ "variable among agg expressions appears either in grouping expressions
or belongs to" +
+ "and aggregate function.")
+ .version("3.5.0")
Review Comment:
3.5.2 or 4.0.0
--
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]