MaxGekk opened a new pull request #32099: URL: https://github.com/apache/spark/pull/32099
### What changes were proposed in this pull request? Remove `spark.sql.legacy.interval.enabled` settings from `SQLQueryTestSuite`/`ThriftServerQueryTestSuite` that enables new ANSI intervals by default. ### Why are the changes needed? To use default settings for intervals, and test new ANSI intervals - year-month and day-time interval introduced by SPARK-27793. ### Does this PR introduce _any_ user-facing change? Should not because this affects tests only. ### How was this patch tested? By running the affected tests, for instance: ``` $ build/sbt "sql/testOnly *SQLQueryTestSuite -- -z datetime.sql" $ build/sbt "sql/testOnly *SQLQueryTestSuite -- -z date.sql" $ build/sbt "sql/testOnly *SQLQueryTestSuite -- -z timestamp.sql" $ build/sbt "sql/testOnly *SQLQueryTestSuite -- -z interval.sql" ``` -- 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]
