You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/25 08:06:36 UTC

[GitHub] [flink] luoyuxia commented on a diff in pull request #19553: [FLINK-27243][table] Support SHOW PARTITIONS statement for partitioned table

luoyuxia commented on code in PR #19553:
URL: https://github.com/apache/flink/pull/19553#discussion_r857360314


##########
flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl:
##########
@@ -1614,6 +1614,25 @@ SqlDrop SqlDropExtended(Span s, boolean replace) :
     }
 }
 
+/** SHOW PARTITIONS table_name [PARTITION partition_spec]; */

Review Comment:
   Nit: 
   ```suggestion
   /** SHOW PARTITIONS table_identidier [PARTITION partition_spec]; */
   ```



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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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