This is an automated email from the ASF dual-hosted git repository.

airborne12 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new d8cd719ab65 [fix](clucene) Fix clucene multi-segment readBlock (#66736)
d8cd719ab65 is described below

commit d8cd719ab65bf07a9c760a86ae7fe41d48641f7f
Author: hoshinojyunn <[email protected]>
AuthorDate: Fri Aug 14 10:20:04 2026 +0800

    [fix](clucene) Fix clucene multi-segment readBlock (#66736)
    
    ### What problem does this PR solve?
    
    Issue Number: N/A
    
    Related PR: https://github.com/apache/doris-thirdparty/pull/402
    
    Problem Summary:
    
    Advance `contrib/clucene` from `c51b5cc9adc` to `abe2b71a1c1`, which
    contains the fix for block-WAND reads through composite readers
    (`MultiTermDocs`). The prior submodule revision did not expose or
    correctly maintain block-postings state across segment-reader
    boundaries. The updated revision globalizes physical block document IDs,
    invalidates cached block metadata when a cross-reader skip occurs,
    preserves short tail blocks, and corrects the first-block posting count
    after a skip-list lookup.
    
    The upstream change includes composite-reader regression coverage for
    511/512/tail block layouts, cross-reader `skipToBlock()` transitions,
    and short child readers.
---
 contrib/clucene | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/clucene b/contrib/clucene
index c51b5cc9adc..abe2b71a1c1 160000
--- a/contrib/clucene
+++ b/contrib/clucene
@@ -1 +1 @@
-Subproject commit c51b5cc9adc63817ad8322f617c75737ece7288d
+Subproject commit abe2b71a1c1afd3120ce39740d2346d07a5c2309


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to