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

    https://github.com/apache/spark/pull/12714#discussion_r64079773
  
    --- Diff: 
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 ---
    @@ -179,6 +173,11 @@ unsupportedHiveNativeCommands
         | kw1=ALTER kw2=TABLE tableIdentifier kw3=TOUCH
         | kw1=ALTER kw2=TABLE tableIdentifier partitionSpec? kw3=COMPACT
         | kw1=ALTER kw2=TABLE tableIdentifier partitionSpec? kw3=CONCATENATE
    +    | kw1=START kw2=TRANSACTION
    +    | kw1=COMMIT
    +    | kw1=ROLLBACK
    +    | kw1=DFS
    --- End diff --
    
    Can you explain the reason that we also need to change CLI driver? I guess 
I am missing some context.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to