cloud-fan commented on a change in pull request #27563:
[SPARK-30812][SQL][CORE] Revise boolean config name to comply with new config
naming policy
URL: https://github.com/apache/spark/pull/27563#discussion_r379237188
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2142,7 +2142,7 @@ object SQLConf {
.createWithDefault(false)
val LEGACY_PROPERTY_NON_RESERVED =
- buildConf("spark.sql.legacy.property.nonReserved")
+ buildConf("spark.sql.legacy.property.nonReserved.enabled")
Review comment:
nit: `spark.sql.legacy.allowReservedProperties` ?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]