johnclara commented on a change in pull request #1814:
URL: https://github.com/apache/iceberg/pull/1814#discussion_r529815031
##########
File path: core/src/test/java/org/apache/iceberg/TestRewriteManifests.java
##########
@@ -146,7 +147,7 @@ public void testReplaceManifestsSeparate() {
.clusterBy(file -> file.path())
.commit();
- List<ManifestFile> manifests = table.currentSnapshot().allManifests();
+ List<ManifestFile> manifests = new
ArrayList(table.currentSnapshot().allManifests());
Review comment:
@rdblue sorting isn't supported on immutable lists.
Sorry, I should've closed this earlier. I was thinking this morning that
this definitely isn't worth the risk of changing
Sorry for the at
----------------------------------------------------------------
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]