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

    https://github.com/apache/spark/pull/11557#discussion_r57168260
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/internal/SessionState.scala ---
    @@ -80,7 +80,7 @@ private[sql] class SessionState(ctx: SQLContext) {
       /**
        * Parser that extracts expressions, plans, table identifiers etc. from 
SQL texts.
        */
    -  lazy val sqlParser: ParserInterface = new SparkQl(conf)
    +  lazy val sqlParser: ParserInterface = SparkSqlParser
    --- End diff --
    
    It is still in use in Hive. I'll open up a follow-up PR in the following 
week or so which will also parse the Hive commands.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to