yutannihilation opened a new pull request, #275: URL: https://github.com/apache/sedona-db/pull/275
Part of https://github.com/apache/sedona-db/issues/126 This pull request implements the `SRIDifiedKernel` wrapper, which is suggested in #126, and applies it to `ST_Point()` for testing. Currently, it seems to work. I need to figure out how to test this because `ScalarUdfTester` doesn't return `SedonaType`. ``` > sd_sql("select st_srid(st_point(1, 1, 4326))") ┌──────────────────────────────────────────────────┐ │ st_srid(st_point(Int64(1),Int64(1),Int64(4326))) │ │ uint32 │ ╞══════════════════════════════════════════════════╡ │ 4326 │ └──────────────────────────────────────────────────┘ Preview of up to 6 row(s) ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
