Skip to content

branch-2.1: [fix](jdbc catalog) Improve conjunct expression handling in JdbcScanNode #50542 - #50648

Merged
yiguolei merged 1 commit into
branch-2.1from
auto-pick-50542-branch-2.1
May 10, 2025
Merged

branch-2.1: [fix](jdbc catalog) Improve conjunct expression handling in JdbcScanNode #50542#50648
yiguolei merged 1 commit into
branch-2.1from
auto-pick-50542-branch-2.1

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #50542

…ode (#50542)
Previously, we ignored some BinaryPredicates in CompoundPredicate that may require additional processing, such as `explain select * from TEST_TIMESTAMP where ID = 1 OR (T2 >= CAST(CURDATE() AS DATETIME) AND T1 >= CAST(CURDATE() AS DATETIME));`
@github-actions
github-actionsBot requested a review from yiguolei as a code ownerMay 7, 2025 06:41
@Thearas

Copy link
Copy Markdown
Contributor

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

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@Thearas

Copy link
Copy Markdown
Contributor

run buildall

@yiguolei
yiguolei merged commit 0efd970 into branch-2.1May 10, 2025
@github-actions
github-actionsBot deleted the auto-pick-50542-branch-2.1 branch May 10, 2025 00:38
Sign up for freeto 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.

4 participants

@Thearas@yiguolei@dataroaring@zy-kkk