You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (Jira)" <ji...@apache.org> on 2019/11/21 07:59:00 UTC

[jira] [Created] (SPARK-29983) Add an independent config for an optional INTERVAL clause

Takeshi Yamamuro created SPARK-29983:
----------------------------------------

             Summary: Add an independent config for an optional INTERVAL clause
                 Key: SPARK-29983
                 URL: https://issues.apache.org/jira/browse/SPARK-29983
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Takeshi Yamamuro


This pr is to add a new config only for an optional INTERVAL clause. In the master, this feature is enabled when `spark.sql.ansi.enabled`=true. This pr proposes to split off the optional interval flag from `spark.sql.ansi.enabled`. 

An optional interval is defined in the ANSI/SQL standard, but some ANSI/SQL-compatible databases don't follow this feature, e.g., PosgreSQL. So, it is useful to have an independent config for the feature.





--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org