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

    https://github.com/apache/spark/pull/21187#discussion_r185258526
  
    --- Diff: 
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4 ---
    @@ -805,6 +810,7 @@ RIGHT: 'RIGHT';
     FULL: 'FULL';
     NATURAL: 'NATURAL';
     ON: 'ON';
    +PIVOT: 'PIVOT';
    --- End diff --
    
    Could you add the keywords you added here to `nonReserved` (line 723)? Also 
update the suite `TableIdentifierParserSuite`?


---

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

Reply via email to