mxm commented on code in PR #15382:
URL: https://github.com/apache/iceberg/pull/15382#discussion_r2833176515


##########
api/src/main/java/org/apache/iceberg/actions/RewriteTablePath.java:
##########
@@ -126,6 +126,16 @@ interface Result {
     /** Name of latest metadata file version */
     String latestVersion();
 
+    /** Location of the file list containing only data file paths. */
+    default String dataFileListLocation() {
+      return null;
+    }
+
+    /** Location of the file list containing only metadata file paths. */
+    default String metadataFileListLocation() {
+      return null;
+    }

Review Comment:
   I wasn't 100% sure how to handle backwards-compatibility, so I followed what 
other PRs did here.



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

Reply via email to