bryanck commented on code in PR #8334:
URL: https://github.com/apache/iceberg/pull/8334#discussion_r1300809106
##########
core/src/main/java/org/apache/iceberg/io/ResolvingFileIO.java:
##########
@@ -252,4 +254,22 @@ protected void finalize() throws Throwable {
}
}
}
+
+ @Override
+ public Iterable<FileInfo> listPrefix(String prefix) {
+ return withPrefixSupport(io(prefix)).listPrefix(prefix);
Review Comment:
I think if we want to add prefix operations we'll need something like that
PR, as we can't fall back to a default implementation like with bulk deletes.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]