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



##########
File path: 
spark3/src/main/java/org/apache/iceberg/spark/FileRewriteCoordinator.java
##########
@@ -114,6 +117,11 @@ public void commitRewrite(Table table, Set<String> 
fileSetIDs) {
     return newDataFiles;
   }
 
+  public void clearRewrite(Table table, String fileSetID) {

Review comment:
       Couldn't this class be used for any write that we want to hijack from 
Spark and commit later? It may be better to name it `FileResultSetManager` or 
something.




-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to