deniskuzZ commented on code in PR #6072:
URL: https://github.com/apache/hive/pull/6072#discussion_r2337531090


##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/FilesForCommit.java:
##########
@@ -44,23 +46,25 @@ public FilesForCommit(Collection<DataFile> dataFiles, 
Collection<DeleteFile> del
 
   public FilesForCommit(Collection<DataFile> dataFiles, Collection<DeleteFile> 
deleteFiles,
       Collection<DataFile> replacedDataFiles, Collection<CharSequence> 
referencedDataFiles,
-      Collection<Path> mergedAndDeletedFiles) {
+      Collection<Path> mergedAndDeletedFiles, Collection<DeleteFile> 
rewrittenDeleteFiles) {

Review Comment:
   can we maybe put `rewrittenDeleteFiles` after the `deleteFiles` ?



-- 
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: gitbox-unsubscr...@hive.apache.org

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


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

Reply via email to