Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add InclusiveProjection Visitor #321

Closed
wants to merge 1 commit into from

Conversation

sdd
Copy link
Contributor

@sdd sdd commented Apr 4, 2024

This PR has been broken out of #241 as it was getting too large.

The InclusiveProjection is used in the process of filtering manifest files in table scans. It projects the BoundPredicate that is provided as the filter in a table scan into a Predicate that can be used for filtering the partition specs of manifests.

This PR depends on #320.

@sdd sdd force-pushed the add-inclusive-projection branch 3 times, most recently from 0433e00 to 1b7d338 Compare April 7, 2024 11:30
@sdd
Copy link
Contributor Author

sdd commented Apr 7, 2024

Updated to align with latest BoundPredicateVisitor iteration in #320

@sdd
Copy link
Contributor Author

sdd commented Apr 16, 2024

Closing this one in favour of the alternate PR based on the BoundPredicateVisitor design that got merged (#335)

@sdd sdd closed this Apr 16, 2024
@sdd sdd deleted the add-inclusive-projection branch August 2, 2024 06:12
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