Skip to content

Conversation

@morrySnow
Copy link
Contributor

pick from master #39640

otherwise:

push limit through union could generate plan:

limit
+-- union
|-- limit
| +-- empty relation
+-- limit
+-- project

and then eliminate union will generate plan:

+-- limit
+- project
+-- limit
+-- project

it could not be processed by tranlator correctly

Proposed changes

Issue Number: close #xxx

…n node (#39640)

pick from master #39640

otherwise:

push limit through union could generate plan:

limit
+-- union
    |-- limit
    |   +-- empty relation
    +-- limit
        +-- project

and then eliminate union will generate plan:

+-- limit
    +-  project
        +-- limit
            +-- project

it could not be processed by tranlator correctly
@doris-robot
Copy link

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.

@morrySnow
Copy link
Contributor Author

run buildall

@morrySnow morrySnow merged commit 83acdc1 into branch-2.1 Aug 22, 2024
@morrySnow morrySnow deleted the 2.1_39640 branch August 22, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants