Gabriel39 opened a new pull request, #66261: URL: https://github.com/apache/doris/pull/66261
## Proposed changes - keep identity SelectionVector state implicit and compact selected rows in bulk - refresh late runtime-filter requests only at Parquet row-group boundaries while preserving the active file-block layout; dynamic TopN bounds are reread by boundary planning - reuse dictionary predicate bitmaps across row groups and files within one query using a bounded cache, while excluding mutable TopN predicates - expose profile counters for query dictionary-filter cache hits and misses ## Test - build-support/check-format.sh - clang-format 16 dry-run on all changed files - cmake --build be/ut_build_ASAN --target doris_be_test -j128 - 124 focused ASAN BE unit tests covering SelectionVector, Parquet scheduler, FileScannerV2, TableReader, column mapping, and query dictionary-filter cache -- 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]
