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

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


    from 28c6c663df8 [improve](statistics)Remove write editlog for update rows, 
use update editlog. (#53149)
     add 9cb6c47855f [fix](inverted index) fix index memeory leak and refact 
some code (#53164)

No new revisions were added by this update.

Summary of changes:
 be/src/clucene                                     |  2 +-
 .../olap/rowset/segment_v2/index_file_reader.cpp   | 42 +++++------
 be/src/olap/rowset/segment_v2/index_file_reader.h  |  7 +-
 .../rowset/segment_v2/index_storage_format.cpp     | 87 +++++++++++-----------
 .../rowset/segment_v2/index_storage_format_v1.cpp  | 17 ++---
 .../segment_v2/inverted_index/util/term_iterator.h |  2 +-
 .../inverted_index/util/term_position_iterator.h   |  2 +-
 .../segment_v2/inverted_index_compaction.cpp       | 16 ++--
 .../segment_v2/inverted_index_compound_reader.cpp  | 75 +++++++++----------
 .../segment_v2/inverted_index_compound_reader.h    | 23 +++---
 .../segment_v2/inverted_index_fs_directory.cpp     | 18 +++--
 .../rowset/segment_v2/inverted_index_writer.cpp    | 19 +++--
 .../inverted_index_compound_reader_test.cpp        | 58 +++++++--------
 .../nonConcurrent/conf/regression-conf.groovy      |  2 -
 ...inverted_index_exception_fault_injection.groovy |  9 +--
 15 files changed, 181 insertions(+), 198 deletions(-)


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

Reply via email to