doris icon indicating copy to clipboard operation
doris copied to clipboard

[test](fix) Fix test check fail when test nested mv hit

Open seawinde opened this issue 1 year ago • 2 comments

Proposed changes

if mv3 is def as following: select c1, c2, c3 from t1;

mv4 is def as following: select c1, c2 from mv3;

when query is select c1, c2 from t1;

the mv3 and mv4 both can be rewritten successfully

Further comments

If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...

seawinde avatar Apr 29 '24 08:04 seawinde

Thank you for your contribution to Apache Doris. Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website. See Doris Document.

doris-robot avatar Apr 29 '24 08:04 doris-robot

run buildall

seawinde avatar Apr 29 '24 08:04 seawinde

PR approved by at least one committer and no changes requested.

github-actions[bot] avatar May 06 '24 12:05 github-actions[bot]

PR approved by anyone and no changes requested.

github-actions[bot] avatar May 06 '24 12:05 github-actions[bot]