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_r379406449
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2115,7 +2115,7 @@ object SQLConf {
.createOptional
val LEGACY_ARRAY_EXISTS_FOLLOWS_THREE_VALUED_LOGIC =
- buildConf("spark.sql.legacy.arrayExistsFollowsThreeValuedLogic")
+ buildConf("spark.sql.legacy.arrayExistsFollowsThreeValuedLogic.enabled")
Review comment:
ditto, would be better to make it a verb. e.g.
`followThreeValuedLogicInArrayExists`
----------------------------------------------------------------
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]