BiteTheDDDDt commented on PR #64165:
URL: https://github.com/apache/doris/pull/64165#issuecomment-4637304113

   Updated the PR with a clean single commit and addressed the review feedback:
   
   - Removed `design/scan-filter-profile.md` from the committed files. The 
local design draft is kept under ignored `output/scan-filter-profile.md` only.
   - Preserved the non-profile fast path for `execute_conjuncts()`, zone map, 
bloom filter, and dict filtering by recording scan-filter stats only when a 
scan filter handle is present.
   - Changed common-expression inverted-index profiling to use an 
order-dependent profile bitmap, so each filter records cumulative AND 
input/output rows instead of independent single-bitmap rows.
   - Recorded pass-through zone-map participation for `pass_all` pages as input 
== output.
   - Made key-range source lineage tolerant of missing scan-filter handles 
because it is profile metadata only.
   - Added RF dynamic partition pruning under 
`ScanFilterInfo/RuntimeFilterPartitionPruning` as partition/tablet-level 
pruning, separate from per-filter row counters.
   
   Validation:
   - `./build.sh --be`
   - `git diff --cached --check`


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