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(ir): compute InSubquery.shape property from needle input #8364

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Feb 15, 2024

Fixes #8361.

@cpcloud cpcloud added this to the 9.0 milestone Feb 15, 2024
@cpcloud cpcloud added bug Incorrect behavior inside of ibis expressions Issues or PRs related to the expression API labels Feb 15, 2024
Copy link
Member

@kszucs kszucs left a comment

Choose a reason for hiding this comment

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

Thanks!

@kszucs kszucs changed the title fix(insubquery): compute shape property from needle input fix(ir): compute InSubquery.shape property from needle input Feb 15, 2024
@kszucs kszucs merged commit 13d675e into ibis-project:main Feb 15, 2024
79 checks passed
@cpcloud cpcloud deleted the fix-scalar-in-subquery-shape branch February 15, 2024 15:06
ncclementi pushed a commit to ncclementi/ibis that referenced this pull request Feb 21, 2024
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 expressions Issues or PRs related to the expression API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Scalar.isin(Column) returns a Column, not a Scalar
2 participants