dongjoon-hyun commented on code in PR #45488:
URL: https://github.com/apache/spark/pull/45488#discussion_r1534096953


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -4101,15 +4108,15 @@ object SQLConf {
     .booleanConf
     .createWithDefault(false)
 
-  val LEGACY_INTEGER_GROUPING_ID =
+   val LEGACY_INTEGER_GROUPING_ID =

Review Comment:
   New indentation looks incorrect.



##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -4101,15 +4108,15 @@ object SQLConf {
     .booleanConf
     .createWithDefault(false)
 
-  val LEGACY_INTEGER_GROUPING_ID =
+   val LEGACY_INTEGER_GROUPING_ID =
     buildConf("spark.sql.legacy.integerGroupingId")
       .internal()
       .doc("When true, grouping_id() returns int values instead of long 
values.")
       .version("3.1.0")
       .booleanConf
       .createWithDefault(false)
 
-  val LEGACY_GROUPING_ID_WITH_APPENDED_USER_GROUPBY =
+   val LEGACY_GROUPING_ID_WITH_APPENDED_USER_GROUPBY =

Review Comment:
   ditto.



-- 
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]

Reply via email to