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 e9f18c5b162 [multi-catalog](hudi) impl hudi_metadata table value function (#46137) add 0c81764fdd6 [fix](inverted index) inverted Index File Cache Queue Optimization (#46024) No new revisions were added by this update. Summary of changes: be/src/clucene | 2 +- .../segment_v2/inverted_index_compound_reader.cpp | 41 +++++++++++----- .../olap/rowset/segment_v2/inverted_index_desc.cpp | 6 +++ .../olap/rowset/segment_v2/inverted_index_desc.h | 4 ++ .../segment_v2/inverted_index_file_reader.cpp | 2 + .../segment_v2/inverted_index_file_writer.cpp | 15 +++--- .../segment_v2/inverted_index_fs_directory.cpp | 16 ------- .../rowset/segment_v2/inverted_index_reader.cpp | 4 +- .../segment_v2/inverted_index_file_writer_test.cpp | 30 +++++++----- .../test_index_file_cache_fault_injection.out} | 35 +++++++------- .../test_index_file_cache_fault_injection.groovy} | 55 ++++++++++++---------- .../test_inverted_index_cache.groovy | 1 + 12 files changed, 121 insertions(+), 90 deletions(-) copy regression-test/data/{inverted_index_p0/test_inverted_index_file_size.out => fault_injection_p0/test_index_file_cache_fault_injection.out} (79%) copy regression-test/suites/{inverted_index_p0/test_compound_1.groovy => fault_injection_p0/test_index_file_cache_fault_injection.groovy} (52%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org