You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/17 15:37:21 UTC

[GitHub] [spark] dongjoon-hyun commented on pull request #29758: [SPARK-32887][DOC] Correct the typo for SHOW TABLE

dongjoon-hyun commented on pull request #29758:
URL: https://github.com/apache/spark/pull/29758#issuecomment-694318195


   @Udbhav30 and @srowen . It's identifier. We don't need quote.
   ```
   partitionSpec
       : PARTITION '(' partitionVal (',' partitionVal)* ')'
       ;
   
   partitionVal
       : identifier (EQ constant)?
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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