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 a9630d8  [fix](vectorized) Agg/Unique not null column outer join 
coredump (#8461)
     new edb2287  [fix](dynamic-partition) fix bug that can not set 
dynamic_partition.replication_allocation property (#8471)
     new c1499b6  [fix] min function of not null varchar column get error 
result (#8479)
     new ce6b790  [fix] fix bitmap wrong result (#8478)
     new df9a9d4  [improvement](vectorized) Make bloom filter predicate run 
short-circuit logic (#8484)
     new 1ca27ca  [chore](dependency) update Croaring for good performance 
(#8492)
     new 4a96dc8  [fix](vectorized) fix core dump on get_json_string and add 
some ut (#8496)

The 6 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:
 be/CMakeLists.txt                                  |  6 +-
 be/src/exprs/anyval_util.h                         |  1 +
 be/src/olap/bloom_filter_predicate.h               |  2 +
 be/src/olap/column_predicate.h                     |  2 +
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  4 +-
 be/src/util/bitmap_value.h                         | 12 +---
 be/src/vec/columns/column_complex.h                |  3 +-
 be/src/vec/functions/function_json.cpp             |  7 +-
 be/test/exprs/array_functions_test.cpp             |  2 +-
 be/test/http/message_body_sink_test.cpp            |  3 +-
 be/test/olap/bit_field_test.cpp                    |  4 +-
 be/test/olap/column_reader_test.cpp                |  4 +-
 be/test/olap/delete_handler_test.cpp               | 12 ++--
 be/test/olap/delta_writer_test.cpp                 |  4 +-
 be/test/olap/options_test.cpp                      |  8 +--
 be/test/olap/rowset/alpha_rowset_test.cpp          |  2 +-
 be/test/olap/rowset/beta_rowset_test.cpp           |  3 +-
 be/test/olap/rowset/rowset_converter_test.cpp      |  2 +-
 be/test/olap/run_length_byte_test.cpp              |  4 +-
 be/test/olap/run_length_integer_test.cpp           |  8 +--
 be/test/olap/schema_change_test.cpp                |  4 +-
 be/test/runtime/memory_scratch_sink_test.cpp       |  8 +--
 be/test/runtime/user_function_cache_test.cpp       |  9 ++-
 be/test/util/arrow/arrow_work_flow_test.cpp        |  8 +--
 be/test/vec/function/CMakeLists.txt                |  1 +
 be/test/vec/function/function_json_test.cpp        | 74 ++++++++++++++++++++++
 build.sh                                           |  8 +--
 .../org/apache/doris/catalog/TableProperty.java    | 12 ++++
 run-be-ut.sh                                       |  5 ++
 thirdparty/CHANGELOG.md                            |  3 +
 thirdparty/build-thirdparty.sh                     |  2 +-
 thirdparty/patches/aws-c-cal-0.4.5.patch           | 11 ----
 32 files changed, 167 insertions(+), 71 deletions(-)
 create mode 100644 be/test/vec/function/function_json_test.cpp
 delete mode 100644 thirdparty/patches/aws-c-cal-0.4.5.patch

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

Reply via email to