cloud-fan commented on a change in pull request #26623: [SPARK-29983][SQL] Add
an independent config for an optional INTERVAL clause
URL: https://github.com/apache/spark/pull/26623#discussion_r348945911
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1787,6 +1787,13 @@ object SQLConf {
val SQL_STANDARD, ISO_8601, MULTI_UNITS = Value
}
+ val OPTIONAL_INTERVAL =
+ buildConf("spark.sql.optionalInterval")
Review comment:
let's put it under the `spark.sql.parser` namespace
----------------------------------------------------------------
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]