You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2023/06/25 14:04:08 UTC

[doris] branch master updated (64790a3a86 -> 1ac8cdec7e)

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

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


    from 64790a3a86 [bugfix](workloadgroup) could not upgrade from 2.0 alpha (#21149)
     add 1ac8cdec7e [Fix](inverted index) fix inverted query cache for chinese tokenizer (#21106)

No new revisions were added by this update.

Summary of changes:
 .../rowset/segment_v2/inverted_index_cache.cpp     |  6 ++
 .../olap/rowset/segment_v2/inverted_index_cache.h  | 12 +++-
 .../rowset/segment_v2/inverted_index_query_type.h  | 71 ++++++++++++++++++++++
 .../rowset/segment_v2/inverted_index_reader.cpp    |  1 +
 .../olap/rowset/segment_v2/inverted_index_reader.h | 13 +---
 .../inverted_index_p0/test_chinese_analyzer.out    | 38 ++++++++++++
 .../inverted_index_p0/test_chinese_analyzer.groovy | 33 ++++++++++
 7 files changed, 159 insertions(+), 15 deletions(-)
 create mode 100644 be/src/olap/rowset/segment_v2/inverted_index_query_type.h


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org