leaves12138 commented on code in PR #6635:
URL: https://github.com/apache/paimon/pull/6635#discussion_r2554759258


##########
paimon-core/src/main/java/org/apache/paimon/index/IndexPathFactory.java:
##########
@@ -23,6 +23,8 @@
 /** Path factory to create an index path. */
 public interface IndexPathFactory {
 
+    Path getPath(String fileName);

Review Comment:
   OK



##########
paimon-core/src/main/java/org/apache/paimon/index/IndexFileHandler.java:
##########
@@ -109,6 +110,29 @@ public List<IndexManifestEntry> scan(Snapshot snapshot, 
String indexType) {
         return result;
     }
 
+    public List<IndexManifestEntry> scan(Filter<IndexManifestEntry> 
readTFilter) {

Review Comment:
   OK



-- 
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