nastra commented on code in PR #11254: URL: https://github.com/apache/iceberg/pull/11254#discussion_r1800552495
########## core/src/main/java/org/apache/iceberg/MergingSnapshotProducer.java: ########## @@ -974,7 +970,8 @@ private List<ManifestFile> newDataFilesAsManifests() { newDataFilesBySpec.forEach( (dataSpec, dataFiles) -> { List<ManifestFile> newDataManifests = - writeDataManifests(dataFiles, newDataFilesDataSequenceNumber, dataSpec); + writeDataManifests( + Lists.newArrayList(dataFiles), newDataFilesDataSequenceNumber, dataSpec); Review Comment: hm weird, I thought I fixed this but turns out I forgot to push the version that contained this fix after the rebase -- 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