FANNG1 commented on code in PR #4096:
URL: https://github.com/apache/gravitino/pull/4096#discussion_r1683933743


##########
flink-connector/src/main/java/com/datastrato/gravitino/flink/connector/catalog/BaseCatalog.java:
##########
@@ -280,37 +287,36 @@ public void alterTable(ObjectPath objectPath, 
CatalogBaseTable catalogBaseTable,
   }
 
   @Override
-  public List<CatalogPartitionSpec> listPartitions(ObjectPath objectPath)
+  public List<CatalogPartitionSpec> listPartitions(ObjectPath tablePath)
       throws TableNotExistException, TableNotPartitionedException, 
CatalogException {
-    throw new UnsupportedOperationException();

Review Comment:
   could you create an issue?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to