SteNicholas commented on a change in pull request #13017:
URL: https://github.com/apache/flink/pull/13017#discussion_r466225400
##########
File path:
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/cli/CliClient.java
##########
@@ -549,6 +552,22 @@ private void callShowModules() {
terminal.flush();
}
+ private void callShowPartitions() {
+ final List<String> partitions;
+ try {
+ partitions = getShowResult("PARTITIONS");
Review comment:
@lirui-apache Yes, this need the table identifier and partition spec. I
missed it.
----------------------------------------------------------------
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:
[email protected]