-
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
opt: remove Metadata.AllUserDefinedFunctions #107673
opt: remove Metadata.AllUserDefinedFunctions #107673
Conversation
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
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.
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @mgartner)
-- commits
line 4 at r1:
[nit] mthoed
-> method
304b1eb
to
0b83611
Compare
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.
Reviewable status: complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @DrewKimball)
Previously, DrewKimball (Drew Kimball) wrote…
[nit]
mthoed
->method
Done.
bors r+ |
Build failed: |
The metadata method `AllUserDefinedFunctions` has been replaced with a new function `HasUserDefinedFunctions` which provides a simpler API without exposing the underlying UDF dependency map. The map is still available outside of the opt package via the `TestingUDFDeps` method which is designed for testing use only. Release note: None
0b83611
to
a6a2ccc
Compare
bors r+ |
Build succeeded: |
The metadata method
AllUserDefinedFunctions
has been replaced with anew function
HasUserDefinedFunctions
which provides a simpler APIwithout exposing the underlying UDF dependency map. The map is still
available outside of the opt package via the
TestingUDFDeps
methodwhich is designed for testing use only.
Epic: None
Release note: None