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

morningman pushed a change to branch dev-1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 84ce6d9  [improvement] Improve sig handler (#8545)
     new d739dc1  [fix] Fix coredump of stddev function (#8543)
     new c9d20b9  fix some fe ut failed (#8547)
     new c1017dc  [fix](load) Fix null column bug in load's mapping column 
setting (#8625)
     new 7eeee2a  [fix](vectorization) Vectorization decimal arithmetic 
inconsistent (#8626)
     new 57f02bc  [fix](vec) fix coredump for aggregate function when delete 
large_data, due to alloc-dealloc-mismatch (#8641)
     new 2617830  [fix](mini-load) Remove mini load in LOADING and PENDING 
state (#8649)
     new c6d2ac6  [fix] fix core dump when avg on not null decimal in empty 
table (#8681)

The 7 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:
 .../aggregate_functions/aggregate_function_avg.h   |   6 +-
 .../aggregate_function_min_max.h                   |   8 +-
 .../aggregate_function_stddev.cpp                  |   7 +-
 .../aggregate_function_stddev.h                    |  32 +++--
 be/src/vec/functions/divide.cpp                    |   8 ++
 be/src/vec/functions/function_binary_arithmetic.h  |   6 -
 .../apache/doris/catalog/AggregateFunction.java    |   6 +-
 .../java/org/apache/doris/catalog/FunctionSet.java |   1 +
 .../external/elasticsearch/EsShardPartitions.java  |   2 +-
 .../src/main/java/org/apache/doris/load/Load.java  |   3 +
 .../org/apache/doris/load/loadv2/LoadManager.java  | 146 +++------------------
 .../apache/doris/catalog/TempPartitionTest.java    |   2 +-
 .../apache/doris/catalog/TruncateTableTest.java    |   2 +-
 regression-test/suites/empty_table/ddl/empty.sql   |   7 +
 .../suites/empty_table/load.groovy                 |  23 ++--
 .../suites/empty_table/sql/avg_decimal.sql         |   1 +
 16 files changed, 95 insertions(+), 165 deletions(-)
 create mode 100644 regression-test/suites/empty_table/ddl/empty.sql
 copy be/src/util/stack_util.cpp => 
regression-test/suites/empty_table/load.groovy (68%)
 create mode 100644 regression-test/suites/empty_table/sql/avg_decimal.sql

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

Reply via email to