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 bug that prevents prefixes from being omitted in udfs #1465

Merged
merged 1 commit into from Feb 9, 2024

Conversation

naddeoa
Copy link
Contributor

@naddeoa naddeoa commented Feb 8, 2024

The types for a udf schema allow the prefix to be None, but our code doesn't work in that scenario. In addition, the annotation interface for udfs don't even let you have a None prefix. This change fixes both of those issues.

The types for a udf schema allow the prefix to be None, but our code
doesn't work in that scenario. In addition, the annotation interface for
udfs don't even let you have a None prefix. This change fixes both of
those issues.
Copy link
Contributor

@jamie256 jamie256 left a comment

Choose a reason for hiding this comment

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

Looks good, thanks for addressing the issue and adding better tests @naddeoa!

@jamie256 jamie256 merged commit 919ca77 into mainline Feb 9, 2024
19 checks passed
@jamie256 jamie256 deleted the omit-udf-prefix branch February 9, 2024 18:48
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.

None yet

2 participants