cloud-fan commented on code in PR #47428:
URL: https://github.com/apache/spark/pull/47428#discussion_r1689222058


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -977,6 +977,17 @@ object SQLConf {
       .booleanConf
       .createWithDefault(true)
 
+    val OPTIMIZE_INSERT_INTO_VALUES_PARSER =
+    buildConf("spark.sql.parser.optimizeInsertIntoValuesParser")
+      .internal()
+      .doc(
+        """
+          | Controls whether we optimize the ASTree that gets generated when 
parsing
+          | insert into ... values DML statements.
+          |""")

Review Comment:
   nit: please follow the code style and indentation of other config 
definitions in this file.



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