-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Refactor UDF management process to support table model user-defined function #14135
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14135 +/- ##
============================================
- Coverage 39.95% 39.65% -0.31%
Complexity 71 71
============================================
Files 4191 4228 +37
Lines 265828 269326 +3498
Branches 32265 32642 +377
============================================
+ Hits 106217 106795 +578
- Misses 159611 162531 +2920 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Quality Gate failedFailed conditions |
Description
Model
. UDFTable usePair<Model, String>
as hash key to support table model user-defined function now.SHOW FUNCTIONS
will perform some unexpected behaviors.See https://timechor.feishu.cn/docx/TCyYdm8pYowe0HxEGb9c2UfenCf for more details.