Skip to content

bug: null geometry types error for CLI #14

@petern48

Description

@petern48

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 run

Then run any query while specifying null where it should take a geometry

select st_area(null);
-- External error: Invalid argument: Expected extension type

Using nulls in place of non-geometry values still seem to work (e.g select max(1))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions