forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](inverted index) Fix the issue with incorrect seek results in DI…
…CT_COMPRESS (apache#45738) Related PR: apache#44414 Problem Summary: In inverted index version 3 mode, using dictionary compression may lead to incorrect results after a seek operation.
- Loading branch information
Showing
3 changed files
with
39 additions
and
1 deletion.
There are no files selected for viewing
Submodule clucene
updated
5 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,15 @@ | |
-- !sql -- | ||
105 | ||
|
||
-- !sql -- | ||
238 | ||
|
||
-- !sql -- | ||
104 | ||
|
||
-- !sql -- | ||
104 | ||
|
||
-- !sql -- | ||
105 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters