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



##########
File path: core/src/main/java/org/apache/iceberg/io/BaseTaskWriter.java
##########
@@ -54,6 +64,10 @@ protected BaseTaskWriter(PartitionSpec spec, FileFormat 
format, FileAppenderFact
     this.targetFileSize = targetFileSize;
   }
 
+  public Set<CharSequence> referencedDataFiles() {
+    return referencedDataFiles;

Review comment:
       Good catch. Should this set be part of the `WriteResult` instead of 
separate? I think that tasks are going to need to pass the set back to the 
commit for validation, so adding it to the `WriteResult` seems like the right 
way to handle it.




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

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