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

    https://github.com/apache/spark/pull/10541#discussion_r49040868
  
    --- Diff: 
sql/hive/src/main/antlr3/org/apache/spark/sql/parser/SparkSqlParser.g ---
    @@ -2386,8 +2386,8 @@ setColumnsClause
        KW_SET columnAssignmentClause (COMMA columnAssignmentClause)* -> 
^(TOK_SET_COLUMNS_CLAUSE columnAssignmentClause* )
        ;
     
    -/* 
    -  UPDATE <table> 
    +/*
    +  UPDATE <table>
    --- End diff --
    
    For these white space things, maybe it is better to not change anything 
because it may be easy to cause conflict (if we are pretty active on updating 
the grammar).


---
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