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 intobranch-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 intobranch-4.0from
auto-pick-60197-branch-4.0

Conversation

@github-actions
Copy link
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.
@github-actions github-actions bot requested a review from yiguolei as a code owner January 26, 2026 03:29
@Thearas
Copy link
Contributor

Thearas commented Jan 26, 2026

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?

@dataroaring dataroaring reopened this Jan 26, 2026
@Thearas
Copy link
Contributor

Thearas commented Jan 26, 2026

run buildall

@hello-stephen
Copy link
Contributor

BE UT Coverage Report

Increment line coverage 20.78% (16/77) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 52.71% (18896/35848)
Line Coverage 35.82% (175423/489680)
Region Coverage 32.48% (135753/418023)
Branch Coverage 33.33% (58839/176529)

@yiguolei
Copy link
Contributor

skip buildall

@yiguolei yiguolei merged commit 6d05a40 into branch-4.0 Jan 26, 2026
28 of 30 checks passed
@github-actions github-actions bot deleted the auto-pick-60197-branch-4.0 branch January 26, 2026 11:28
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.

5 participants

Comments