-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
builtins: implement ST_Points #53496
Conversation
Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. I have added a few people who may be able to assist in reviewing: 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
bb6b583
to
7e413f6
Compare
Thank you for updating your pull request. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a heads up -- i will probably have to get you to rebase this on top of #53446.
you'll also need to add a We're in a period of stability right now, but the release branch has not been cut yet. |
Sure, I'll update this once #53446 lands. |
It has landed! |
7e413f6
to
e63391e
Compare
Release note (sql change): Implement the geometry builtin `ST_Points`. Release justification: low risk, high benefit changes to existing functionality
e63391e
to
eb262e7
Compare
Test failure seems unrelated:
|
bors r+ |
Build succeeded: |
Release note (sql change): Implement the geometry builtin
ST_Points
.Closes #49009.