Skip to content

[fix](nereids)do not push rf through cteAnchor#34742

Closed
englefly wants to merge 1 commit intoapache:branch-2.1from
englefly:rqg445
Closed

[fix](nereids)do not push rf through cteAnchor#34742
englefly wants to merge 1 commit intoapache:branch-2.1from
englefly:rqg445

Conversation

@englefly
Copy link
Copy Markdown
Contributor

@englefly englefly commented May 13, 2024

Proposed changes

pick from master #34744

Or_expansion rule create a CTEAnchor inside plan tree, and there are some columns above anchor sharing the same ExprId with columns under anchor. This mislead runtime pushdown visitor.
Solution:
when detect anchor inside plan tree, do not push rf through it.
Issue Number: close #xxx

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@doris-robot
Copy link
Copy Markdown

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
Copy Markdown
Contributor

Using an alternative approach to fix it.

@morrySnow morrySnow closed this May 13, 2024
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