yutannihilation opened a new pull request, #467: URL: https://github.com/apache/sedona-db/pull/467
Fix #280 I guess there are more functions that need similar fix, but this only addresses `ST_Collect_Agg()`, which looks straightforward. ``` > SELECT ST_Collect_Agg(ST_GeogPoint(0, 1)); ┌─────────────────────────────────────────────────┐ │ st_collect_agg(st_geogpoint(Int64(0),Int64(1))) │ │ geography │ ╞═════════════════════════════════════════════════╡ │ MULTIPOINT((0 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
