cloud-fan commented on a change in pull request #31996:
URL: https://github.com/apache/spark/pull/31996#discussion_r604051608
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQueryTestSuite.scala
##########
@@ -382,6 +382,8 @@ class SQLQueryTestSuite extends QueryTest with
SharedSparkSession with SQLHelper
localSparkSession.conf.set(SQLConf.ANSI_ENABLED.key, true)
case _ =>
}
+ // TODO(SPARK-34905): Enable ANSI intervals in SQLQueryTestSuite
+ localSparkSession.conf.set(SQLConf.LEGACY_INTERVAL_ENABLED.key, true)
Review comment:
we need to do the same in thriftserver query test.
--
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]