branch-4.0: [feature](fe) Add partition filter sql block rule (#62196)#63846
Open
CalvinKirs wants to merge 2 commits into
Open
branch-4.0: [feature](fe) Add partition filter sql block rule (#62196)#63846CalvinKirs wants to merge 2 commits into
CalvinKirs wants to merge 2 commits into
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Member
Author
|
run buildall |
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
### What problem does this PR solve? Issue Number: None Related PR: apache#63846 Problem Summary: PhysicalPlanTranslatorTest reflected getPlanFragmentForPhysicalFileScan with the old three-argument signature after the helper gained table and tuple descriptor parameters, causing NoSuchMethodException in FE UT. ### Release note None ### Check List (For Author) - Test: Unit Test - env MAVEN_OPTS=-Xmx4g ./run-fe-ut.sh --run org.apache.doris.nereids.glue.translator.PhysicalPlanTranslatorTest#testNereidsFileScanCarryPartitionPredicateSignal - Behavior changed: No - Does this need documentation: No
Member
Author
|
run buildall |
Contributor
FE UT Coverage ReportIncrement line coverage |
Member
Author
|
run cloud_p0 |
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
morningman
approved these changes
May 29, 2026
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: None
Related PR: #62196
Problem Summary: Backport the partition-filter SQL block rule changes to apache/doris branch-4.0. This recreates the PR that was accidentally opened against selectdb/selectdb-core.
Release note
Add partition-filter SQL block rule support on branch-4.0.
Check List (For Author)