This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 1223f62ce11 [fix](invert index) fix index compaction to write the .tis and .tii file structures (#28430) add 9ebacb1faa9 [fix](expr) fix performance problem caused by too many virtual function call (#28508) No new revisions were added by this update. Summary of changes: 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 | 10 ----- 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 +++--- .../data/datatype_p0/decimalv3/fix-overflow.out | 12 ++++++ .../datatype_p0/decimalv3/fix-overflow.groovy | 43 ++++++++++++++++++++++ 14 files changed, 153 insertions(+), 46 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org