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

Demonstrate unions can't be null #11314

Closed

Conversation

samuelcolvin
Copy link
Contributor

Demonstrates #11162 - union columns (and scalars) never match an is null check.

This applies to both sparse and dense unions.

Similarly union columns alwasy match a is not null check.

This is particularly problematic for datafusion-functions-json, where users will often want to use field->'foo' is not null, see datafusion-contrib/datafusion-functions-json#24.

This is soon going to become problematic for us, hence working on it.

I'll add more details on #11162.

@github-actions github-actions bot added the core Core DataFusion crate label Jul 7, 2024
@samuelcolvin
Copy link
Contributor Author

replaced by #11321.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant