Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[branch-2.1][fix](jdbc scan) Remove the conjuncts.remove call in JdbcScan #39407

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

zy-kkk
Copy link
Member

@zy-kkk zy-kkk commented Aug 15, 2024

pick (#39180)

In #37565, due to the change in the calling order of finalize, the final generated Plan will be missing the PREDICATES that have been pushed down in Jdbc. Although this behavior is correct, before perfectly handling the push down of various PREDICATES, we need to keep all conjuncts to ensure that we can still filter data normally when the data returned by Jdbc is a superset.

…he#39180)

In apache#37565, due to the change in the calling order of finalize, the final
generated Plan will be missing the PREDICATES that have been pushed down
in Jdbc. Although this behavior is correct, before perfectly handling
the push down of various PREDICATES, we need to keep all conjuncts to
ensure that we can still filter data normally when the data returned by
Jdbc is a superset.
@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.

@zy-kkk
Copy link
Member Author

zy-kkk commented Aug 15, 2024

run buildall

@zy-kkk
Copy link
Member Author

zy-kkk commented Aug 16, 2024

run feut

@zy-kkk zy-kkk merged commit 2948b5e into apache:branch-2.1 Aug 16, 2024
21 of 22 checks passed
@zy-kkk zy-kkk deleted the fix_jdbc_conjuncts_21 branch August 16, 2024 11:01
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.

2 participants