You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by maropu <gi...@git.apache.org> on 2018/12/03 06:03:53 UTC

[GitHub] spark pull request #20433: [SPARK-23264][SQL] Make INTERVAL keyword optional...

Github user maropu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20433#discussion_r238152087
  
    --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
    @@ -335,6 +335,12 @@ object SQLConf {
         .booleanConf
         .createWithDefault(true)
     
    +  val ANSI_SQL_PARSER =
    +    buildConf("spark.sql.parser.ansi.enabled")
    +      .doc("When true, tries to conform to ANSI SQL syntax.")
    +      .booleanConf
    +      .createWithDefault(false)
    --- End diff --
    
    updated


---

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