Max Gekk created SPARK-34905: -------------------------------- Summary: Enable ANSI intervals in SQLQueryTestSuite Key: SPARK-34905 URL: https://issues.apache.org/jira/browse/SPARK-34905 Project: Spark Issue Type: Sub-task Components: Tests Affects Versions: 3.2.0 Reporter: Max Gekk
Remove the following code from SQLQueryTestSuite: {code:java} localSparkSession.conf.set(SQLConf.LEGACY_INTERVAL_ENABLED.key, true) {code} and use the ANSI interval where it is possible. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org