mrhhsg opened a new pull request, #63525:
URL: https://github.com/apache/doris/pull/63525
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: SegmentIterator kept a separate `remaining_conjunct_roots`
list in addition to `common_expr_ctxs_push_down`. Both represented the same
residual common expression state, so index pruning paths had to keep them
synchronized and could drift when an expression was removed after index
evaluation. This change removes the duplicated `remaining_conjunct_roots`
plumbing and uses `common_expr_ctxs_push_down` as the single source of residual
common expression state for condition cache decisions, lazy materialization
column extraction, and expression execution checks.
### Release note
None
### Check List (For Author)
- Test: Build
- `./build.sh --be`
- `build-support/clang-format.sh`
- `git diff --check`
- Behavior changed: No
- Does this need documentation: No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]