lirui-apache commented on a change in pull request #10325: [FLINK-14512][table]
Introduce listPartitionsByFilter to Catalog
URL: https://github.com/apache/flink/pull/10325#discussion_r353703646
##########
File path:
flink-table/flink-table-common/src/main/java/org/apache/flink/table/catalog/Catalog.java
##########
@@ -288,6 +289,30 @@ void alterTable(ObjectPath tablePath, CatalogBaseTable
newTable, boolean ignoreI
List<CatalogPartitionSpec> listPartitions(ObjectPath tablePath,
CatalogPartitionSpec partitionSpec)
throws TableNotExistException, TableNotPartitionedException,
CatalogException;
+ /**
+ * Get CatalogPartitionSpec of partitions by expression filters that is
under the
+ * given CatalogPartitionSpec in the table.
Review comment:
nit: this API doesn't take a CatalogPartitionSpec parameter.
----------------------------------------------------------------
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]
With regards,
Apache Git Services