Skip to content

Manifest List is a LinkedList Indexed during Write #1812

@johnclara

Description

@johnclara

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions