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

airborne pushed a commit to branch test_email
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/test_email by this push:
     new baca7a93862 luen test email (#43693)
baca7a93862 is described below

commit baca7a93862a90fb24e64c3816b75e81adcc9381
Author: qiye <[email protected]>
AuthorDate: Tue Nov 12 14:08:30 2024 +0800

    luen test email (#43693)
---
 be/src/olap/rowset/segment_v2/inverted_index_compaction.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/olap/rowset/segment_v2/inverted_index_compaction.cpp 
b/be/src/olap/rowset/segment_v2/inverted_index_compaction.cpp
index 88a8f241722..cae712c78ee 100644
--- a/be/src/olap/rowset/segment_v2/inverted_index_compaction.cpp
+++ b/be/src/olap/rowset/segment_v2/inverted_index_compaction.cpp
@@ -59,6 +59,7 @@ Status compact_column(int64_t index_id,
     for (size_t i = 0; i < tmp_src_index_dirs.size(); ++i) {
         tmp_src_index_dirs[i] = src_index_dirs[i].get();
     }
+    
     index_writer->indexCompaction(tmp_src_index_dirs, dest_index_dirs, 
trans_vec,
                                   dest_segment_num_rows);
     DBUG_EXECUTE_IF("compact_column_indexCompaction_error", {


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

Reply via email to