dongjoon-hyun commented on code in PR #52987:
URL: https://github.com/apache/spark/pull/52987#discussion_r2512611180
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -3831,6 +3831,15 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val PIPE_OPERATOR_ALLOW_AGGREGATE_IN_SELECT =
+ buildConf("spark.sql.pipeOperator.allowAggregateInSelect")
Review Comment:
Do we need to add this new configuration namespace,
`spark.sql.pipeOperator.*`, for this single feature, @dtenedor ? Do you have a
plan to add more subconfigurations ?
--
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]