-
Notifications
You must be signed in to change notification settings - Fork 760
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
feat: add built-in udfs in config #15938
Conversation
4a28b62
to
e059f9c
Compare
52e4bef
to
87474bc
Compare
Will fix the failed test later. |
701bfd1
to
7537952
Compare
what about |
This PR make the the built-in users/udfs configured in the config file not code, built-in is make sense I think. |
The unit-test failed not releated to this PR:
|
Will merge for bendml with the torrmow release. Any suggestions also welcome. |
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
This PR:
UserConfig
to metaUserAuthInfo
convert inbuiltin/builtin_user.rs
UDFConfig
to metaUserDefinedFunction
convert inbuiltin/builtin_udf.rs
Tests
Type of change
This change is