MaxGekk commented on a change in pull request #31996:
URL: https://github.com/apache/spark/pull/31996#discussion_r603786193
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -2350,6 +2350,13 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val ANSI_INTERVALS_ENABLED = buildConf("spark.sql.ansi.intervals.enabled")
Review comment:
The question is more complex because there is no feature parity of new
intervals with the existing one. We cannot disable `CalendarIntervalType`
completely at the moment. Also the legacy config means that we cannot expose it
to users and mention in our public docs. But I guess we will have to mention it
in docs.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]