This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from e373ad5dcea [fix](Nereids) fix regression framework compare issue and fix code point count (#49575) add 53aa5f8657c [fix](inverted index) Clear inverted index cache from file cache (#49685) No new revisions were added by this update. Summary of changes: be/src/olap/rowset/rowset.cpp | 29 ++++++ be/src/olap/rowset/rowset.h | 2 + .../olap/rowset/segment_v2/inverted_index_desc.cpp | 13 +++ .../olap/rowset/segment_v2/inverted_index_desc.h | 5 + be/test/olap/rowset/beta_rowset_test.cpp | 107 +++++++++++++++++++++ .../org/apache/doris/regression/suite/Suite.groovy | 8 +- .../tablets/test_clean_stale_rs_file_cache.groovy | 2 +- ...=> test_clean_stale_rs_index_file_cache.groovy} | 14 +-- 8 files changed, 169 insertions(+), 11 deletions(-) copy regression-test/suites/cloud_p0/tablets/{test_clean_stale_rs_file_cache.groovy => test_clean_stale_rs_index_file_cache.groovy} (92%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org