This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from bbee49606d0 [fix](case) catch exception to figure out failures (#54282)
add 6fbe9c9aa4b [Debug](distribute) Check bucket hash table before quit
(#53661)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/function_string.cpp | 1 +
be/src/vec/functions/function_string.h | 57 ++++++++++
.../doris/catalog/BuiltinScalarFunctions.java | 2 +
.../{MurmurHash364.java => Crc32Internal.java} | 31 +++---
.../expressions/visitor/ScalarFunctionVisitor.java | 5 +
.../apache/doris/regression/RegressionTest.groovy | 11 +-
.../check_hash_bucket_table.groovy | 118 +++++++++++++++++++++
7 files changed, 210 insertions(+), 15 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{MurmurHash364.java
=> Crc32Internal.java} (64%)
create mode 100644
regression-test/suites/check_hash_bucket_table/check_hash_bucket_table.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]