-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
I've fixed a few issues with query-ing nulls in previous commits (e.g db5323e and f7a2289), but there's still an existing bug. I don't think either of those commits introduced a new null bug, I think there's just another layer that we need to fix.
Reproduce
Simply boot up the ci
cd sedona-cli/
cargo runThen run any query while specifying null where it should take a geometry
select st_area(null);
-- External error: Invalid argument: Expected extension typeUsing nulls in place of non-geometry values still seem to work (e.g select max(1))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels