srielau commented on code in PR #57962:
URL: https://github.com/apache/spark/pull/57962#discussion_r3806639264
##########
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:
Addressed: renamed to `spark.sql.function.parseSql.enabled` (and updated
docs / gating goldens). Used the singular `spark.sql.function.*` prefix already
used by nearby function configs (`concatBinaryAsString`, `eltOutputAsString`,
`protobufExtensions.enabled`) rather than `functions`.
--
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]