-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(query): implement ST_YMAX/ST_XMIN/ST_YMIN #15594
Conversation
The implementation of the st_transform function has been affected by the static linking of georust/proj. Although it seems like fixed in the main branch, the release cycle of the proj project spans years. Additionally, support for z/m coordinates in georust/geo has also long lacked organized discussions and reviews by maintainers. Given this situation, can we consider incorporating these two projects into the mainline code of Databend for maintenance?Once the georust community's feature mature, we will switch back to using the community libraries. |
Hi @kkk25641463 You can merge with the commit id first, and then change back when the upstream repository code is merged. |
Signed-off-by: Fan Yang <[email protected]>
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
feat: Implement ST_YMAX/ST_XMIN/ST_YMIN with issues
Tests
Type of change
This change is