Skip to content

Conversation

@morningman
Copy link
Contributor

bp #58889

@morningman morningman requested a review from yiguolei as a code owner December 16, 2025 03:56
@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?

@morningman
Copy link
Contributor Author

run buildall

…h down (apache#58889)

Related PR: apache#44039

Problem Summary:

In apache#44039, we disable the count push down to iceberg table if it has
position delete file,
because there may be dangling delete file that will cause the statistics
info incorrect.

This PR add a new session variable `ignore_iceberg_dangling_delete`,
default is false,
when set to true, Doris will ignore the dangling delete issue and do
count push down for iceberg table,
add user should take care of the result.
@morningman
Copy link
Contributor Author

run buildall

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Dec 23, 2025
@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.

@morningman morningman merged commit 97fa3b1 into apache:branch-4.0 Dec 23, 2025
23 of 26 checks passed
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