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-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to