Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[PyArrow] Filter Pushdown ofIS IN now uses the dedicatedpyarrow.compure.Expression.isin method#73

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
Tishj wants to merge2 commits intoduckdb:v1.4-andium
base:v1.4-andium
Choose a base branch
Loading
fromTishj:use_pyarrow_isin

Conversation

@Tishj
Copy link
Collaborator

This PRfixes#52

There's some fumbling with null-handling that should be checked
The docs of pyarrow say it takes anskip_nulls: Optional[bool] = None kwarg, but in reality it doesn't do that on v20
https://arrow.apache.org/docs/python/generated/pyarrow.compute.is_in.html#

Marking this as draft because the null handling needs to be looked into
There is already a test,test_in_filter_pushdown but it's quite limited

@jakkes
Copy link

Trying to pick this up. It seems expected behavior is a null result wheneverinFilter contains a NULL.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@Tishj@jakkes@evertlammerts

[8]ページ先頭

©2009-2025 Movatter.jp