datafusion-contrib / datafusion-functions-json

JSON / JSONB support for DataFusion (unofficial)
https://crates.io/crates/datafusion-functions-json
Apache License 2.0
13 stars 5 forks source link

Demonstrate issue with union `IS NULL` behaviour #24

Open samuelcolvin opened 5 days ago

samuelcolvin commented 5 days ago

Basically is null works correctly with unions on scalar values, but not on columns where unions seem to never be null.