petern48 opened a new issue, #14: URL: https://github.com/apache/sedona-db/issues/14
I've fixed a few issues with query-ing nulls in previous commits (e.g https://github.com/apache/sedona-db/commit/db5323ebbb24bef3f02206c676bfbb0604e1e95e and https://github.com/apache/sedona-db/commit/f7a2289b93ae127087d846732b0fa14014cdbab1), 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 ```bash cd sedona-cli/ cargo run ``` Then run any query while specifying `null` where it should take a geometry ```sql 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)`) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@sedona.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org