(fix)(nerieds) fix union all with tvf throw exception#57889
(fix)(nerieds) fix union all with tvf throw exception#57889924060929 merged 10 commits intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
1 similar comment
|
run buildall |
TPC-H: Total hot run time: 34588 ms |
TPC-DS: Total hot run time: 186346 ms |
ClickBench: Total hot run time: 27.45 s |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
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 |
f0a27e3 to
421d056
Compare
|
run buildall |
|
run buildall |
TPC-H: Total hot run time: 34442 ms |
TPC-DS: Total hot run time: 187735 ms |
ClickBench: Total hot run time: 27.51 s |
|
PR approved by at least one committer and no changes requested. |
e4efee3
7c502c8 to
9a8b328
Compare
|
run buildall |
TPC-H: Total hot run time: 34162 ms |
TPC-DS: Total hot run time: 188174 ms |
ClickBench: Total hot run time: 27.64 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
fix union all with tvf throw exception ```sql mysql> select * from backends() union all select * from backends(); ERROR 1105 (HY000): errCode = 2, detailMessage = Cannot generate unassignedJob for fragment has both OlapScanNode and Other ScanNode ```
fix union all with tvf throw exception ```sql mysql> select * from backends() union all select * from backends(); ERROR 1105 (HY000): errCode = 2, detailMessage = Cannot generate unassignedJob for fragment has both OlapScanNode and Other ScanNode ```
fix union all with tvf throw exception ```sql mysql> select * from backends() union all select * from backends(); ERROR 1105 (HY000): errCode = 2, detailMessage = Cannot generate unassignedJob for fragment has both OlapScanNode and Other ScanNode ```
What problem does this PR solve?
fix union all with tvf throw exception
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)