Uh oh!
There was an error while loading. Please reload this page.
[fix](audit) Fix UnboundAlias digest when name comes from child - #62160
Conversation
hello-stephen
commented
Apr 7, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
morrySnow
commented
Apr 7, 2026
/review |
morrySnow
commented
Apr 7, 2026
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
No issues found in this review. The change correctly limits digest alias emission to explicit aliases, and the updated parser digest tests cover the affected cases. FE unit test execution could not be completed in this runner because thirdparty/installed/bin/protoc is missing. |
hello-stephen
commented
Apr 7, 2026
FE UT Coverage ReportIncrement line coverage |
Uh oh!
There was an error while loading. Please reload this page.
Previously, the digest generated by `select sum(a) +1 from table`was `select SUM(a)+? AS sum(a)+1 from table`, which would result in generating too many digest hash
Previously, the digest generated by `select sum(a) +1 from table`was `select SUM(a)+? AS sum(a)+1 from table`, which would result in generating too many digest hash
Previously, the digest generated by
select sum(a) +1 from tablewasselect SUM(a)+? AS sum(a)+1 from table, which would result in generating too many digest hash