Description
Remove the following code from SQLQueryTestSuite:
localSparkSession.conf.set(SQLConf.LEGACY_INTERVAL_ENABLED.key, true)
and use the ANSI interval where it is possible.
Probably, this depends on casting intervals to strings.
Attachments
Issue Links
- is blocked by
-
SPARK-34667 Support casting of year-month intervals to strings
- Resolved
-
SPARK-34668 Support casting of day-time intervals to strings
- Resolved
-
SPARK-34984 ANSI intervals formatting in hive results
- Resolved
- links to