Uh oh!
There was an error while loading. Please reload this page.
[feat](nereids) add table alias for catalog relation - #56802
Conversation
Thearas
commented
Oct 10, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
englefly
commented
Oct 10, 2025
run buildall |
3 similar comments
englefly
commented
Oct 10, 2025
run buildall |
englefly
commented
Oct 11, 2025
run buildall |
englefly
commented
Oct 11, 2025
run buildall |
doris-robot
commented
Oct 11, 2025
ClickBench: Total hot run time: 30.58 s |
hello-stephen
commented
Oct 11, 2025
FE Regression Coverage ReportIncrement line coverage |
englefly
commented
Oct 13, 2025
run buildall |
1 similar comment
englefly
commented
Oct 13, 2025
run buildall |
doris-robot
commented
Oct 13, 2025
TPC-DS: Total hot run time: 190460 ms |
doris-robot
commented
Oct 13, 2025
ClickBench: Total hot run time: 30.11 s |
hello-stephen
commented
Oct 13, 2025
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Oct 13, 2025
FE Regression Coverage ReportIncrement line coverage |
englefly
commented
Oct 13, 2025
run buildall |
doris-robot
commented
Oct 13, 2025
ClickBench: Total hot run time: 29.99 s |
hello-stephen
commented
Oct 13, 2025
FE Regression Coverage ReportIncrement line coverage |
englefly
commented
Oct 14, 2025
run feut |
hello-stephen
commented
Oct 14, 2025
FE UT Coverage ReportIncrement line coverage |
englefly
commented
Oct 14, 2025
run feut |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
### What problem does this PR solve? Related PR: #56802 Problem Summary: `LogicalHudiScan` did not override `withTableAlias()` and `withCachedOutput()` methods, causing HUDI table type information to be lost during optimization, and the table was incorrectly processed as `PhysicalFileScan`.
…he#58413) ### What problem does this PR solve? Related PR: apache#56802 Problem Summary: `LogicalHudiScan` did not override `withTableAlias()` and `withCachedOutput()` methods, causing HUDI table type information to be lost during optimization, and the table was incorrectly processed as `PhysicalFileScan`.
What problem does this PR solve?
This change extends the
tableAliasfeature from the logical plan layer to the physical plan layer, enabling table aliases to be preserved throughout the entire query execution pipeline from SQL parsing to physical execution.When analyzing query execution plans, especially for complex queries where the same table appears multiple times with different aliases, it has been challenging to match scan nodes in the plan back to their corresponding table references in the original SQL.
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)