RussellSpitzer commented on a change in pull request #2591:
URL: https://github.com/apache/iceberg/pull/2591#discussion_r667127210



##########
File path: 
spark3/src/main/java/org/apache/iceberg/spark/FileRewriteCoordinator.java
##########
@@ -93,7 +96,7 @@ public void commitRewrite(Table table, Set<String> 
fileSetIDs) {
     return Collections.unmodifiableSet(rewrittenDataFiles);
   }
 
-  private Set<DataFile> fetchNewDataFiles(Table table, Set<String> fileSetIDs) 
{
+  public Set<DataFile> fetchNewDataFiles(Table table, Set<String> fileSetIDs) {

Review comment:
       I have to delete code out of FileRewriteCoordinator to do this since the 
function is used in CommitOrRewrite. I can do this in the followup pr?




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