Gabriel39 opened a new pull request, #65998:
URL: https://github.com/apache/doris/pull/65998

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: #65925
   
   Problem Summary:
   
   Revert #65925 and restore FileScannerV2 as the final row-level conjunct 
safety net. Remove the TableReader residual-predicate ownership and 
materialized-block accounting introduced by #65925.
   
   The revert conflicted with the later #65931. This PR preserves #65931 
hybrid-reader condition-cache aggregation while reverting only #65925 behavior.
   
   ### Release note
   
   Revert split residual predicate execution from TableReader to FileScannerV2.
   
   ### Check List (For Author)
   
   - Test: ASAN BE build (`./build.sh --be -j 64`)
   - Test: 367 targeted ASAN BE unit tests across 27 suites
   - Test: `build-support/check-format.sh`
   - Behavior changed: Yes. Restore pre-#65925 predicate execution ownership.
   - Does this need documentation: No
   
   ### Additional validation
   
   `clang-tidy` was attempted, but the repository baseline/toolchain blocked 
analysis on existing `scan_operator.cpp` complexity diagnostics and a missing 
`stddef.h` lookup. No clang-tidy auto-fixes were applied.


-- 
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]

Reply via email to