This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 6d7122a1f21 [Fix](cloud) fix cloud inverted index case and writer
searcher cache (#32564)
add 1273e9577ff [opt](invert index) use lowercase by default (#32405)
No new revisions were added by this update.
Summary of changes:
be/src/olap/base_tablet.cpp | 15 +++++
be/src/olap/base_tablet.h | 2 +
be/src/olap/compaction.cpp | 40 +++++++++++-
be/src/olap/inverted_index_parser.cpp | 9 ---
be/src/olap/inverted_index_parser.h | 23 ++++++-
.../rowset/segment_v2/inverted_index_writer.cpp | 2 +-
be/src/olap/rowset/segment_v2/segment_iterator.cpp | 3 +-
be/src/olap/tablet.cpp | 15 -----
be/src/olap/tablet.h | 2 -
be/src/olap/tablet_schema.cpp | 8 +++
...ut => test_index_lowercase_fault_injection.out} | 6 +-
.../data/inverted_index_p0/test_lowercase.out | 6 ++
.../test_index_lowercase_fault_injection.groovy | 76 ++++++++++++++++++++++
13 files changed, 172 insertions(+), 35 deletions(-)
copy
regression-test/data/fault_injection_p0/{test_index_mow_fault_injection.out =>
test_index_lowercase_fault_injection.out} (96%)
create mode 100644
regression-test/suites/fault_injection_p0/test_index_lowercase_fault_injection.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]