This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 932a38b4ec [Fix](inverted index) check inverted index file existence
befor data compaction (#21173)
new 650322f33d [Fix](invert index)fix s3 failed to check the directory
(#21232)
new af960a6d47 [fix](s3_writer) init member's value to avoid undefined
behavior (#21233)
new cff0918deb [fix](inverted index) update output rowset index meta with
input rowset when drop inverted index (#21248)
new 72615699c8 [improvement](scripts) change the arch name in
build-for-release scripts (#21240)
new cd908f28ea [improve](error) include detailed messages in rowset
reader init error (#21229)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/io/fs/s3_file_write_bufferpool.h | 4 ++--
be/src/olap/olap_server.cpp | 5 ++---
be/src/olap/rowset/beta_rowset_reader.cpp | 4 ++--
.../inverted_index_compound_directory.cpp | 7 +++++--
be/src/olap/tablet_schema.cpp | 11 +++++++++++
be/src/olap/tablet_schema.h | 1 +
be/src/olap/task/index_builder.cpp | 21 +++++++++++++++++----
be/src/olap/task/index_builder.h | 2 --
build-for-release.sh | 11 +++++++++++
.../java/org/apache/doris/alter/IndexChangeJob.java | 2 +-
.../apache/doris/task/AlterInvertedIndexTask.java | 7 ++++++-
11 files changed, 58 insertions(+), 17 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]