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

    https://github.com/apache/spark/pull/21187#discussion_r185273161
  
    --- 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 --
    
    Sure, I'll update `TableIndentifierParserSuite`. I believe I've added them 
to `nonReserved` already. Did I miss something?


---

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

Reply via email to