[Fix](udf) fix backends udf return rows incompatible with show backends command#60210
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 30778 ms |
TPC-DS: Total hot run time: 172487 ms |
ClickBench: Total hot run time: 26.72 s |
FE Regression Coverage ReportIncrement line coverage |
5cafb33 to
c1c80dc
Compare
|
run buildall |
TPC-H: Total hot run time: 30476 ms |
TPC-DS: Total hot run time: 172019 ms |
ClickBench: Total hot run time: 26.78 s |
c1c80dc to
b57d4eb
Compare
|
run buildall |
TPC-H: Total hot run time: 31354 ms |
TPC-DS: Total hot run time: 171978 ms |
ClickBench: Total hot run time: 27 s |
FE Regression Coverage ReportIncrement line coverage |
| new Column("CpuCores", ScalarType.createType(PrimitiveType.INT)), | ||
| new Column("Memory", ScalarType.createStringType()), | ||
| new Column("LiveSince", ScalarType.createStringType()), | ||
| new Column("RunningTasks", ScalarType.createType(PrimitiveType.BIGINT)), |
There was a problem hiding this comment.
Directly use BackendsProcDir.TITLE_NAMES to create this SCHEMA
There was a problem hiding this comment.
Your proposal is very good. I will adjust the code according to your suggestion
1453302 to
aadd538
Compare
|
run buildall |
aadd538 to
3465c94
Compare
|
run buildall |
TPC-H: Total hot run time: 32606 ms |
ClickBench: Total hot run time: 28.61 s |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 32285 ms |
TPC-H: Total hot run time: 31831 ms |
ClickBench: Total hot run time: 28.4 s |
FE Regression Coverage ReportIncrement line coverage |
3 similar comments
FE Regression Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 31517 ms |
ClickBench: Total hot run time: 28 s |
FE Regression Coverage ReportIncrement line coverage |
1 similar comment
FE Regression Coverage ReportIncrement line coverage |
3465c94 to
cae0bdb
Compare
|
run buildall |
TPC-H: Total hot run time: 31746 ms |
TPC-DS: Total hot run time: 190922 ms |
ClickBench: Total hot run time: 28.59 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
… show backends command apache#60210 (apache#60453) Cherry-picked from apache#60210 Co-authored-by: heguanhui <hgh_wy163mail@163.com>
What problem does this PR solve?
Fix backends udf return rows incompatible with show backends command
Check List (For Author)
Test
测试报告.docx
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)