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

    https://github.com/apache/spark/pull/20433#discussion_r222550361
  
    --- 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 =
    --- End diff --
    
    @maropu OK.. may be i am misunderstanding. Basically i was thinking from an 
user's perspective. When i set this config, what would be my expectation from 
the system ?
    I was asking, since we only make use of this config while parsing an 
interval value. Is the expectation that, we will eventually put more and more 
standard complaint features under this config ? So basically we are creating a 
generic config ahead in time. 



---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to