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

Fix alias evaluation #448

Merged
merged 1 commit into from
Jan 17, 2023
Merged

Fix alias evaluation #448

merged 1 commit into from
Jan 17, 2023

Conversation

jaychia
Copy link
Contributor

@jaychia jaychia commented Jan 17, 2023

Closes #447

Bug introduced by https://github.com/Eventual-Inc/Daft/pull/299/files#diff-8ce570b3f2f114483c776e449047082aaebf681b7f965f8ec989d12337a421bdR210-R214 which would skip evaluation of aliases because AliasExpressions have the same ID as its children nodes.

Add a test and fix for this bug

@jaychia jaychia enabled auto-merge (squash) January 17, 2023 18:51
@jaychia jaychia merged commit cb07b08 into main Jan 17, 2023
@jaychia jaychia deleted the jay/issue-447 branch January 17, 2023 18:56
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.

Alias doesn't work on main branch
1 participant