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

transform: simplify join elision #3767

Merged
merged 1 commit into from
Jul 28, 2020

Conversation

benesch
Copy link
Member

@benesch benesch commented Jul 28, 2020

Key equivalence classes no longer need to be updated, I think as a
result of the switch to using ScalarExprs for equivalences, so this code
can get a lot simpler.


This change is Reviewable

@benesch benesch requested a review from frankmcsherry July 28, 2020 13:54
Key equivalence classes no longer need to be updated, I think as a
result of the switch to using ScalarExprs for equivalences, so this code
can get a lot simpler.
@benesch benesch force-pushed the simplify-join-elision branch from e6d1fd2 to e59c13d Compare July 28, 2020 13:55
Copy link
Contributor

@frankmcsherry frankmcsherry left a comment

Choose a reason for hiding this comment

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

I think this looks right. Thanks for the explanation, as I was prepared to be very embarrassed by the old code.

@benesch benesch merged commit 74ec95f into MaterializeInc:main Jul 28, 2020
@benesch benesch deleted the simplify-join-elision branch July 28, 2020 14:16
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