Skip to content

chore(refactor): add manifest list reader#2541

Open
xanderbailey wants to merge 3 commits into
apache:mainfrom
xanderbailey:xb/manifest-list-reader
Open

chore(refactor): add manifest list reader#2541
xanderbailey wants to merge 3 commits into
apache:mainfrom
xanderbailey:xb/manifest-list-reader

Conversation

@xanderbailey
Copy link
Copy Markdown
Contributor

@xanderbailey xanderbailey commented May 30, 2026

Which issue does this PR close?

Refactor required for PR which adds a ManifestListReader which mirrors the current ManifestListWriter. This will allow us to carry the encryption manager here also in the linked PR

  • Closes #.

What changes are included in this PR?

Adds a new public struct ManifestListReader which carries the things required to read a manifest list. Refactors call-sites to use this new struct and adds a deprecation for the old method.

Are these changes tested?

}

/// Load manifest list.
#[deprecated(since = "0.9.0", note = "Use `Table::manifest_list_reader()` instead")]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't actually sure if we wanted to deprecate or remove this? Also wasn't sure what version is correct here? I guess it should be deprecated from the next release? 0.10.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant