viirya commented on a change in pull request #29360:
URL: https://github.com/apache/spark/pull/29360#discussion_r467543192
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2690,6 +2690,18 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val GROUPING_WITH_UNION = buildConf("spark.sql.optimizer.grouping")
+ .doc("When true,enable grouping with union.")
Review comment:
For text style. Please add a space after punctuation marks like , or .
For example, "When true,enable grouping with union." -> "When true, enable
grouping with union."
There are several places with this style issue.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]