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.
[cherry-pick](inverted index) cherry pick pr on branch doris master t…
…o fix inverted index issues (apache#1425) * [Fix](inverted index) fix add nulls bug for inverted fulltext index (apache#16078) We found a problem with inverted index when parser=english, if there were nulls in columns when flushing inverted index for them, it can cause CLucene throwing an exception. * [fix](regression test) fix test_array_index.groovy without 'order by' lead to result mismatch (apache#16575) * [fix](inverted index) fix array type inverted index query error (apache#16582) * [Fix](inverted index) fix array inverted index error match result when doing schema change add index (apache#16839) There is a bug in inverted_index_writer when adding multiple lines array values' index. This problem can cause error result when doing schema change adding index. ----------- commit 1a9eefe Author: airborne12 <[airborne08@gmail.com](mailto:airborne08@gmail.com)> Date: Fri Feb 17 11:50:39 2023 +0800 [Fix](inverted index) fix array inverted index error match result when doing schema change add index (apache#16839) commit ad14174 Author: YueW <[45946325+Tanya-W@users.noreply.github.com](mailto:45946325+Tanya-W@users.noreply.github.com)> Date: Fri Feb 10 17:57:15 2023 +0800 [fix](inverted index) fix array type inverted index query error (apache#16582) commit e682991 Author: YueW <[45946325+Tanya-W@users.noreply.github.com](mailto:45946325+Tanya-W@users.noreply.github.com)> Date: Fri Feb 10 08:53:22 2023 +0800 [fix](regression test) fix test_array_index.groovy without 'order by' lead to result mismatch (apache#16575) commit 69a3ecf Author: airborne12 <[airborne08@gmail.com](mailto:airborne08@gmail.com)> Date: Thu Jan 19 21:21:44 2023 +0800 [Fix](inverted index) fix add nulls bug for inverted fulltext index (apache#16078) --------- Co-authored-by: airborne12 <airborne08@gmail.com>
- Loading branch information
1 parent
51bad83
commit 7397e95
Showing
5 changed files
with
39 additions
and
37 deletions.
There are no files selected for viewing
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
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
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
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
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