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

Commits on Feb 8, 2024

  1. Fix bug that prevents prefixes from being omitted in udfs

    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.
    naddeoa committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f8ff9a7 View commit details
    Browse the repository at this point in the history