Skip to content

Conversation

@dongxiao1198
Copy link
Contributor

support manifest evaluator and unittest

explicit ManifestEvalVisitor(const ManifestFile& manifest)
: stats_(manifest.partitions) {}

Result<bool> AlwaysTrue() override { return true; }
Copy link
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
Contributor Author

Choose a reason for hiding this comment

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

+1

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.

2 participants