Skip to content

feat: add manifest evaluator - #403

Merged
wgtmac merged 3 commits into
apache:mainfrom
dongxiao1198:manifest_evaluator
Dec 11, 2025
Merged

feat: add manifest evaluator#403
wgtmac merged 3 commits into
apache:mainfrom
dongxiao1198:manifest_evaluator

Conversation

@dongxiao1198

Copy link
Copy Markdown
Contributor

support manifest evaluator and unittest

Comment thread src/iceberg/expression/manifest_evaluator.h Outdated
Comment thread src/iceberg/expression/manifest_evaluator.h Outdated
explicit ManifestEvalVisitor(const ManifestFile& manifest)
: stats_(manifest.partitions) {}

Result<bool> AlwaysTrue() override { return true; }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@wgtmac Too many subclasses override these methods but it seems meaningless. Should we open another PR to merge the implementations?

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.

+1

Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
Comment thread src/iceberg/expression/manifest_evaluator.cc Outdated
@wgtmac
wgtmac merged commit 36f746c into apache:main Dec 11, 2025
10 checks passed
@dongxiao1198
dongxiao1198 deleted the manifest_evaluator branch December 11, 2025 06:38
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.

3 participants