Skip to content

feat: ManifestEntryEvaluator - #2056

Closed
jayceslesar wants to merge 1 commit into
apache:mainfrom
jayceslesar:feat/manifest-entry-evaluator
Closed

feat: ManifestEntryEvaluator#2056
jayceslesar wants to merge 1 commit into
apache:mainfrom
jayceslesar:feat/manifest-entry-evaluator

Conversation

@jayceslesar

@jayceslesarjayceslesar commented Jun 1, 2025

Copy link
Copy Markdown
Contributor

Rationale for this change

Add a helper class to clean code up in validate.py

Loosely based off of https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/ManifestGroup.java#L68

Are these changes tested?

Encapsulated with existing tests (will add more)

Are there any user-facing changes?

Maybe?

@jayceslesar

jayceslesar commented Jun 1, 2025

Copy link
Copy Markdown
ContributorAuthor

@Fokko@sungwy@smaheshwar-pltr idk where the best place for this to live is as I initially defined in manifest.py and quickly found a circular import 😵‍💫, and also happy to add some tests but should be pretty self contained as of now

@jayceslesar

Copy link
Copy Markdown
ContributorAuthor

oops my bad, looks like already done here #2050

Sign up for freeto 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

@jayceslesar