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

BUG: can't mutate and then drop #1299

Closed
wants to merge 7 commits into from
Closed

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Jan 24, 2018

closes #1296

The issue is that _maybe_resolve_exprs was not ignoring columns that don't exist in a child Selection so it would try to resolve them and throw an IbisTypeError. This is okay, because the expressions have already been resolved in the Projector constructor so trying to project a column that doesn't anywhere would raise this exception long before getting to _maybe_resolve_exprs.

@cpcloud cpcloud self-assigned this Jan 24, 2018
@cpcloud cpcloud added the bug Incorrect behavior inside of ibis label Jan 24, 2018
@cpcloud cpcloud added this to the 0.13 milestone Jan 24, 2018
Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

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

+1

@cpcloud
Copy link
Member Author

cpcloud commented Jan 25, 2018

merging on green

@cpcloud
Copy link
Member Author

cpcloud commented Jan 26, 2018

merging after rebase and green

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior inside of ibis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: can't mutate and then drop
2 participants