hoshinojyunn opened a new pull request, #401: URL: https://github.com/apache/doris-thirdparty/pull/401
### What problem does this PR solve? Issue Number: close apache/doris#62955 Problem Summary: MultiTermDocs did not implement the block postings APIs used by block WAND. Composite readers therefore could not provide block reads, block skipping, or block statistics across child readers. This change implements those APIs, translates child docIDs to global docIDs, handles reader boundaries, and corrects the first-block skip-list sentinel handling in SegmentTermDocs. ### Release note None ### Check List (For Author) - Test: Unit Test (./bin/cl_test testReadRange) - Behavior changed: Yes (composite readers support block WAND APIs) - 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]
