Skip to content
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

fix: add missing udt identifier in functions_geometry #716

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

tokoko
Copy link
Contributor

@tokoko tokoko commented Sep 29, 2024

argument type for is_closed function is missing u! before geometry udt causing a parser to treat it as a non-existent builtin data type.

@CLAassistant
Copy link

CLAassistant commented Sep 29, 2024

CLA assistant check
All committers have signed the CLA.

@EpsilonPrime
Copy link
Member

Thanks for the fix! Getting a second look to verify. Since it's broken I'm not sure we need to mark it as a breaking change.

Copy link
Contributor

@jacques-n jacques-n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, agree that this isn't breaking. this file was introduced before the spec was updated to require u! so that change is actually the breaking change and this fix was missed then.

@jacques-n jacques-n merged commit f1cedd2 into substrait-io:main Oct 2, 2024
13 checks passed
@tokoko tokoko deleted the geometry-typo branch October 6, 2024 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants