This is an automated email from the ASF dual-hosted git repository.
liaoxin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from c6585e3f088 [fix](nullable) set SlotRef's nullable to right value for
nestloop join (#59310)
add 3e2ed4a0347 [opt](cloud) optimize load performance for inverted index
when pack small files (#59011)
No new revisions were added by this update.
Summary of changes:
be/src/index-tools/index_tool.cpp | 7 +-
be/src/olap/rowset/beta_rowset_writer.cpp | 15 +++-
be/src/olap/rowset/beta_rowset_writer.h | 9 ++-
be/src/olap/rowset/segment_creator.cpp | 4 +-
.../olap/rowset/segment_v2/index_file_writer.cpp | 23 +++++-
be/src/olap/rowset/segment_v2/index_file_writer.h | 8 +-
.../segment_v2/inverted_index_fs_directory.cpp | 2 +-
be/src/olap/rowset/segment_v2/segment_writer.h | 2 +-
.../rowset/segment_v2/vertical_segment_writer.h | 2 +-
be/src/olap/task/index_builder.cpp | 18 ++++-
be/test/io/fs/s3_file_writer_test.cpp | 3 +-
.../inverted_index/empty_index_file_test.cpp | 3 +-
.../query/phrase_edge_query_test.cpp | 4 +-
.../query/phrase_prefix_query_test.cpp | 4 +-
.../inverted_index/query/phrase_query_test.cpp | 4 +-
.../segment_v2/inverted_index_array_test.cpp | 21 +++--
.../inverted_index_compound_reader_test.cpp | 8 +-
.../segment_v2/inverted_index_file_reader_test.cpp | 6 +-
.../segment_v2/inverted_index_file_writer_test.cpp | 92 ++++++++++++++++------
.../segment_v2/inverted_index_reader_test.cpp | 24 ++++--
.../segment_v2/inverted_index_writer_test.cpp | 48 ++++++++---
.../rowset/segment_v2/segment_corruption_test.cpp | 4 +-
22 files changed, 234 insertions(+), 77 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]