jerryshao commented on code in PR #7100:
URL: https://github.com/apache/gravitino/pull/7100#discussion_r2065788657
##########
api/src/main/java/org/apache/gravitino/file/FilesetCatalog.java:
##########
@@ -185,4 +185,6 @@ default String getFileLocation(NameIdentifier ident, String
subPath, String loca
throws NoSuchFilesetException, NoSuchLocationNameException {
throw new UnsupportedOperationException("Not implemented");
}
+
+ String listFiles(NameIdentifier ident);
Review Comment:
Ok, I see. Let's go with REST API first.
--
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]