[ 
https://issues.apache.org/jira/browse/SPARK-34905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Max Gekk updated SPARK-34905:
-----------------------------
    Description: 
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.

Probably, this depends on casting intervals to strings.

  was:
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.



> 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
>            Priority: Major
>
> 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.
> Probably, this depends on casting intervals to strings.



--
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

Reply via email to