Skip to content

Conversation

@suxiaogang223
Copy link
Contributor

What problem does this PR solve?

Related PR: #58895

Problem

The test test_parquet_join_runtime_filter was failing because it was using an outdated regex pattern FilteredGroups to extract metrics from the query profile.

Root Cause

PR #58895 (cherry-picked to branch-4.0 as commit 3940c79 on 2026-01-13) renamed several parquet reader profile metrics:

  • FilteredGroupsRowGroupsFiltered
  • FilteredGroupsByMinMaxRowGroupsFilteredByMinMax
  • FilteredGroupsByBloomFilterRowGroupsFilteredByBloomFilter
  • ReadGroupsRowGroupsReadNum

Release note

None

Check List (For Author)

  • Test

    • Regression test
    • Unit Test
    • Manual test (add detailed scripts or steps below)
    • No need to test or manual test. Explain why:
      • This is a refactor/code format and no logic has been changed.
      • Previous test can cover this change.
      • No code files have been changed.
      • Other reason
  • Behavior changed:

    • No.
    • Yes.
  • Does this need documentation?

    • No.
    • Yes.

Check List (For Reviewer who merge this PR)

  • Confirm the release note
  • Confirm test cases
  • Confirm document
  • Add branch pick label

@hello-stephen
Copy link
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?

@suxiaogang223
Copy link
Contributor Author

run external

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jan 20, 2026
@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@suxiaogang223 suxiaogang223 marked this pull request as draft January 20, 2026 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants