Skip to content

branch-4.0: [fix](parquet)fix parquet reader cannot push down conjuncts for min-max filter #60197 - #60225

Merged
yiguolei merged 1 commit into
branch-4.0from
auto-pick-60197-branch-4.0
Jan 26, 2026
Merged

branch-4.0: [fix](parquet)fix parquet reader cannot push down conjuncts for min-max filter #60197#60225
yiguolei merged 1 commit into
branch-4.0from
auto-pick-60197-branch-4.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #60197

…ax filter (#60197)
### What problem does this PR solve?
Problem Summary:
1. Fixed an issue where the Parquet reader's pushdown predicate row
group min-max filter was ineffective due to a refactoring of the column
predicate #59187.
2. Removed tablet_schema from RuntimePredicate when performing topn
runtime filters, making RuntimePredicate not limited to olap scan node.
3. Removed the feature in #59053 where the Parquet reader could obtain
runtime filters in real time, for the purpose of unifying the
implementation of olap and file scan node logic in the future.
4. Temporarily disable the topn runtime filter for VARBINARY type, as
the implementation of this type in column predicate is incomplete,
affecting pr #58721.
@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

@hello-stephen

Copy link
Copy Markdown
Contributor

BE UT Coverage Report

Increment line coverage 20.78% (16/77) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage52.71% (18896/35848)
Line Coverage35.82% (175423/489680)
Region Coverage32.48% (135753/418023)
Branch Coverage33.33% (58839/176529)

@yiguolei

Copy link
Copy Markdown
Contributor

skip buildall

@yiguolei
yiguolei merged commit 6d05a40 into branch-4.0Jan 26, 2026
28 of 30 checks passed
@github-actions
github-actionsBot deleted the auto-pick-60197-branch-4.0 branch January 26, 2026 11:28
ybtsdst pushed a commit to ybtsdst/doris that referenced this pull request Feb 27, 2026
…ts for min-max filter apache#60197 (apache#60225)
Cherry-picked from apache#60197
Co-authored-by: daidai <changyuwei@selectdb.com>
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.

5 participants

@Thearas@hello-stephen@yiguolei@dataroaring@hubgeter