-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Fix] (udf) fix frontends udf return rows incompatible with show frontends command #60211
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
base: master
Are you sure you want to change the base?
[Fix] (udf) fix frontends udf return rows incompatible with show frontends command #60211
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 31108 ms |
TPC-DS: Total hot run time: 172500 ms |
ClickBench: Total hot run time: 27 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
cb4f538 to
069d850
Compare
|
run buildall |
TPC-H: Total hot run time: 31137 ms |
TPC-DS: Total hot run time: 172222 ms |
ClickBench: Total hot run time: 26.76 s |
FE Regression Coverage ReportIncrement line coverage |
| new Column("Version", ScalarType.createStringType()), | ||
| new Column("CurrentConnected", ScalarType.createStringType())); | ||
| new Column("CurrentConnected", ScalarType.createStringType()), | ||
| new Column("LiveSince", ScalarType.createStringType()) |
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.
I think we should directly use FrontendsProcNode.TITLE_NAMES to create this SCHEMA, so that we will not miss any in future.
What problem does this PR solve?
Fix frontends udf return rows incompatible with show frontends command
Check List (For Author)
Test
测试报告.docx
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)