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

panxiaolei pushed a change to branch tpc_preview4
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 812df29aa96 contine page
     add 4f27129c1ae [Chore](thirdparty) add crc32c-1.1.2 to thirdparty (#58462)
     add 09e0c16fd77 remix shuffle hash

No new revisions were added by this update.

Summary of changes:
 be/cmake/thirdparty.cmake                          |   1 +
 be/src/exprs/block_bloom_filter.hpp                |   4 +-
 be/src/pipeline/dependency.h                       |   2 +-
 be/src/pipeline/exec/exchange_sink_operator.cpp    |   6 +-
 .../local_exchange_sink_operator.cpp               |   3 +-
 .../local_exchange/local_exchange_sink_operator.h  |  11 -
 be/src/util/crc32c.cpp                             | 254 +--------------------
 be/src/util/crc32c.h                               |  23 +-
 be/src/util/hash_util.hpp                          |  15 +-
 be/src/vec/columns/column.h                        |   8 +
 be/src/vec/columns/column_decimal.cpp              |  14 ++
 be/src/vec/columns/column_decimal.h                |   3 +
 be/src/vec/columns/column_dictionary.h             |   2 +-
 be/src/vec/columns/column_nullable.cpp             |  17 ++
 be/src/vec/columns/column_nullable.h               |   2 +
 be/src/vec/columns/column_string.cpp               |  15 ++
 be/src/vec/columns/column_string.h                 |   3 +
 be/src/vec/columns/column_vector.cpp               |  38 +++
 be/src/vec/columns/column_vector.h                 |   3 +
 be/src/vec/functions/function_string.h             |   2 +-
 be/src/vec/runtime/partitioner.cpp                 |  26 ++-
 be/src/vec/runtime/partitioner.h                   |  52 ++++-
 thirdparty/CHANGELOG.md                            |   4 +
 thirdparty/build-thirdparty.sh                     |  16 ++
 thirdparty/vars.sh                                 |   7 +
 25 files changed, 233 insertions(+), 298 deletions(-)


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

Reply via email to