suxiaogang223 opened a new pull request, #64214:
URL: https://github.com/apache/doris/pull/64214
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary: This PR extends the new parquet reader with page-level skip
support and the first set of observability counters needed to validate it. Page
index planning now produces page skip plans consumed by Arrow page readers,
avoiding double skip with row-range pruning. The reader profile now reports
scheduler/read path counters, reader read/skip/select rows, Arrow RecordReader
timing, materialization timing, page skip pages/bytes, and row group/page index
planning timing. Temporary implementation plan docs were removed after the
feature work landed.
### Release note
None
### Check List (For Author)
- Test: Unit Test / Manual test
- Fedora DEBUG build: BUILD_TYPE=DEBUG ./build.sh --be
- Fedora BE UT: ./run-be-ut.sh -j 8 --run
--filter="NewParquetReaderTest.*" (24/24 passed)
- 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]