This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 35f7fab36b4 [env](case) remove disable pipeline engine case (#57046)
add 19cf4c4a4e1 [feature](function) support json_hash function (#56962)
No new revisions were added by this update.
Summary of changes:
be/src/util/jsonb_document.cpp | 20 ++++
be/src/util/jsonb_document.h | 3 +
be/src/vec/functions/function_json_hash.cpp | 104 +++++++++++++++++++++
be/src/vec/functions/simple_function_factory.h | 2 +
.../doris/catalog/BuiltinScalarFunctions.java | 3 +
.../functions/scalar/{Bin.java => JsonHash.java} | 29 +++---
.../expressions/visitor/ScalarFunctionVisitor.java | 5 +
regression-test/data/jsonb_p0/test_json_hash.out | 49 ++++++++++
...bers_to_double.groovy => test_json_hash.groovy} | 41 ++++----
9 files changed, 222 insertions(+), 34 deletions(-)
create mode 100644 be/src/vec/functions/function_json_hash.cpp
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Bin.java
=> JsonHash.java} (69%)
create mode 100644 regression-test/data/jsonb_p0/test_json_hash.out
copy
regression-test/suites/jsonb_p0/{test_json_normalize_json_numbers_to_double.groovy
=> test_json_hash.groovy} (66%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]