AngersZhuuuu commented on a change in pull request #31996:
URL: https://github.com/apache/spark/pull/31996#discussion_r603781518
##########
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:
+1, Looks like only spark have type `CalendarIntervalType`. In other
engine like hive, presto etc, they use day time interval and year month
interval too.
--
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]