jerryshao commented on code in PR #7100:
URL: https://github.com/apache/gravitino/pull/7100#discussion_r2065598842
##########
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:
Do you think we need to have a client API for listFiles, or just only REST
API?
--
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]