pvary commented on code in PR #15652:
URL: https://github.com/apache/iceberg/pull/15652#discussion_r2944863069


##########
core/src/main/java/org/apache/iceberg/ManifestFiles.java:
##########
@@ -287,15 +370,34 @@ public static ManifestWriter<DeleteFile> 
writeDeleteManifest(
    */
   public static ManifestWriter<DeleteFile> writeDeleteManifest(
       int formatVersion, PartitionSpec spec, EncryptedOutputFile outputFile, 
Long snapshotId) {
+    return writeDeleteManifest(formatVersion, spec, outputFile, snapshotId, 
Collections.emptyMap());

Review Comment:
   Same question about the `Map.of()`



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