Skip to content

Conversation

Tishj
Copy link
Collaborator

@Tishj Tishj commented Sep 19, 2025

This PR fixes #52

There's some fumbling with null-handling that should be checked
The docs of pyarrow say it takes an skip_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

jakkes commented Sep 28, 2025

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

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.

3 participants