This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-57180-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 041b7df3623 branch-4.0: [fix](cast)Allow cast array, struct and map
type to stringlike type. #57326 (#57333)
add 9dbac5cf2a4 [Feature](func) Support function mmh64_v2 (#57180)
No new revisions were added by this update.
Summary of changes:
be/src/util/hash_util.hpp | 11 ++++
be/src/util/murmur_hash3.cpp | 34 ++++++++++--
be/src/util/murmur_hash3.h | 4 ++
be/src/vec/functions/function_hash.cpp | 41 +++++++++++---
be/src/vec/functions/function_hash.h | 10 +++-
be/test/vec/function/function_hash_test.cpp | 63 ++++++++++++++++++++++
.../doris/catalog/BuiltinScalarFunctions.java | 4 +-
.../{MurmurHash364.java => MurmurHash364V2.java} | 17 +++---
.../expressions/visitor/ScalarFunctionVisitor.java | 5 ++
.../hash_functions/test_hash_function.out | 12 +++++
.../hash_functions/test_hash_function.groovy | 19 +++++++
11 files changed, 198 insertions(+), 22 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{MurmurHash364.java
=> MurmurHash364V2.java} (81%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]