This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to tag 2.0.4-rc01 in repository https://gitbox.apache.org/repos/asf/doris.git
*** WARNING: tag 2.0.4-rc01 was modified! *** from 1e6914aeb16 (commit) to 9fbf30654b5 (commit) from 1e6914aeb16 [release](version) change branch-2.0 version to 2.0.4-rc01 (#28599) add 8f175f91b7a [fix](expr) fix performance problem caused by too many virtual function call (#28508) (#28689) add 3ff82b5004d (fix)[branch-2.0][export] fix replay export NPE issue (#28732) add 00a092dc625 [fix](partial update) only report error when in strict mode partial update when finding missing rowsets during flushing memtable (#28739) add 62125dc8cc6 [Fix](inverted index) fix compound directory flush buffer error (#28191) (#28734) add 9fbf30654b5 [Fix](inverted index) fix need read data optimize problem #28104 (#28731) No new revisions were added by this update. Summary of changes: be/src/olap/memtable.cpp | 11 ------ .../inverted_index_compound_directory.cpp | 16 ++++++++ be/src/olap/rowset/segment_v2/segment_iterator.cpp | 16 ++++++-- be/src/olap/rowset/segment_v2/segment_writer.cpp | 13 ++++--- be/src/vec/columns/column.h | 2 + be/src/vec/columns/column_decimal.cpp | 12 ++++++ be/src/vec/columns/column_decimal.h | 2 + be/src/vec/columns/column_nullable.cpp | 9 ----- be/src/vec/columns/column_nullable.h | 2 - be/src/vec/columns/column_vector.cpp | 12 ++++++ be/src/vec/columns/column_vector.h | 2 + be/src/vec/functions/function.cpp | 27 +++++--------- be/src/vec/functions/function.h | 18 +++++++++ be/src/vec/functions/function_binary_arithmetic.h | 10 +++++ be/src/vec/functions/function_helpers.cpp | 35 ++++++++++++------ be/src/vec/functions/function_helpers.h | 12 +++--- .../java/org/apache/doris/analysis/ExportStmt.java | 12 +++++- .../data/datatype_p0/decimalv3/fix-overflow.out | 12 ++++++ ...st_index_compound_directory_fault_injection.out | 14 +++++-- .../datatype_p0/decimalv3/fix-overflow.groovy | 43 ++++++++++++++++++++++ ...index_compound_directory_fault_injection.groovy | 18 ++++++++- 21 files changed, 227 insertions(+), 71 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org