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 5cff344  [fix][Vectorized] Fix exchange node merge sort null first 
order wrong (#8291)
     new db0be6d  [chore] remove some ut temp files and add some file to 
.gitignore (#8309)
     new 378d80f  [fix] fix a bug of encryption function with iv  may return 
wrong result (#8277)
     new f7f1e46  [fix] fix hash table insert() may be failed but not handle 
this error (#8207)
     new fed43a1  [fix][improvement](runtime-filter) fix string type length 
limit error && add runtime filter decimal support (#8282)
     new d47309e  [typo] fix error for PushTask (#8316)
     new c177197  [fix](vectorized) Fix core dump of mutable block different of 
block (#8280)
     new f4e0971  [fix][vectorized] coredump about const compare in exchange 
node (#8302)

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:
 .gitignore                                         |  11 +-
 be/src/exec/except_node.cpp                        |  12 +-
 be/src/exec/hash_join_node.cpp                     |   8 +-
 be/src/exec/hash_table.h                           |  32 +++-
 be/src/exec/hash_table.hpp                         |   4 +-
 be/src/exec/intersect_node.cpp                     |  12 +-
 be/src/exec/set_operation_node.cpp                 |  12 +-
 be/src/exec/set_operation_node.h                   |  25 +--
 be/src/exprs/encryption_functions.cpp              |  93 ++++------
 be/src/exprs/minmax_predicate.h                    |   4 +-
 be/src/exprs/runtime_filter.cpp                    | 200 +++++++++++---------
 be/src/olap/olap_define.h                          |   2 +-
 be/src/udf/udf.cpp                                 |   3 +
 be/src/udf/udf.h                                   |   3 +
 be/src/util/encryption_util.cpp                    |  37 +++-
 be/src/util/encryption_util.h                      |   4 +-
 be/src/vec/core/block.cpp                          |  18 +-
 be/src/vec/core/block.h                            |   7 +-
 be/src/vec/exec/join/vhash_join_node.cpp           |  39 ++--
 be/src/vec/exec/vset_operation_node.cpp            |   6 +-
 be/src/vec/functions/function_case.h               |   5 +-
 be/src/vec/runtime/vdata_stream_recvr.cpp          |   6 +-
 be/src/vec/sink/vtablet_sink.cpp                   | 202 ++++++++++++---------
 be/src/vec/utils/template_helpers.hpp              |   8 +-
 be/test/exec/es_predicate_test.cpp                 |   1 -
 .../rowset/segment_v2/binary_dict_page_test.cpp    |   2 +-
 be/test/util/encryption_util_test.cpp              |  91 +++++++++-
 .../main/java/org/apache/doris/task/PushTask.java  |   2 +-
 .../apache/doris/alter/SchemaChangeJobV2Test.java  |   1 +
 .../org/apache/doris/catalog/DiskInfoTest.java     |   1 +
 .../persist/AlterRoutineLoadOperationLogTest.java  |   1 +
 31 files changed, 520 insertions(+), 332 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to