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


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -5610,6 +5610,16 @@ object SQLConf {
     .booleanConf
     .createWithDefault(false)
 
+  val PARSE_SQL_ENABLED =
+    buildConf("spark.sql.parseSql.enabled")

Review Comment:
   **Non-blocking:**
   
   Could we name this as a SQL-function gate, for example 
`spark.sql.functions.parseSql.enabled`? The current key can read as enabling 
parser behavior generally rather than making the `parse_sql` function available.



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