johnclara opened a new issue #1812: URL: https://github.com/apache/iceberg/issues/1812
ManifestLists are stored as linked lists: https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/ManifestLists.java#L46 But with Manifest V1/V2 split, they're getting wrapped and indexed by individual tasks: https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/SnapshotProducer.java#L180 Any reason why the manifest list should stay as a linked list? @rdblue ---------------------------------------------------------------- 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]
