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 6d91635c5b [fix](json_reader) Do not increase the value of read_rows 
for empty line (#18611)
     add 4335c9998f [chore](ARM) Add some vectorization compatibility code on 
aarch64 (#18553)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/block_bloom_filter_impl.cc          |   8 +-
 be/src/runtime/jsonb_value.h                     |   5 +-
 be/src/util/bit_util.h                           |   7 +-
 be/src/util/cityhash102/city.cc                  | 632 +++++++++++------------
 be/src/util/crc32c.cpp                           |   7 +-
 be/src/util/hash_util.hpp                        |  17 +-
 be/src/util/simd/bits.h                          |   8 +-
 be/src/util/simd/lower_upper_impl.h              |   7 +-
 be/src/util/simd/vstring_function.h              |   5 +-
 be/src/util/sse_util.hpp                         |   8 +-
 be/src/vec/columns/column_nullable.h             |   9 +-
 be/src/vec/columns/columns_common.cpp            |   9 +-
 be/src/vec/common/hash_table/hash.h              |   8 +-
 be/src/vec/common/hash_table/string_hash_table.h |   2 +-
 be/src/vec/common/memcmp_small.h                 |   6 +-
 be/src/vec/common/memcpy_small.h                 |   6 +-
 be/src/vec/common/string_ref.h                   |  20 +-
 be/src/vec/common/string_searcher.h              |  21 +-
 be/src/vec/common/uint128.h                      |   9 +-
 be/src/vec/data_types/data_type_jsonb.cpp        |   5 +-
 be/src/vec/data_types/data_type_string.cpp       |   5 +-
 be/src/vec/functions/round.h                     |  10 +-
 thirdparty/CHANGELOG.md                          |   6 +
 thirdparty/vars.sh                               |  16 +-
 24 files changed, 372 insertions(+), 464 deletions(-)


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

Reply via email to