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

github-bot pushed a change to branch auto-pick-56497-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 21a9e98f744 branch-4.0: [External](parquet) pass non predicates 
column's offset index to RowGroupReader #55795 (#57270)
     add e75a83f8541 [Feature](varbinary)  Extend the digest function for 
VarBinary type (#56497)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/functions/function_hash.cpp             |  12 ++
 be/src/vec/functions/function_string.cpp           |   8 +-
 be/src/vec/functions/function_string.h             | 133 +++++++++++--------
 be/test/vec/function/function_hash_test.cpp        |  58 ++++++++
 be/test/vec/function/function_string_test.cpp      | 124 +++++++++++++++++
 be/test/vec/function/function_test_util.cpp        |  10 ++
 .../trees/expressions/functions/scalar/Md5.java    |   4 +-
 .../trees/expressions/functions/scalar/Md5Sum.java |   4 +-
 .../trees/expressions/functions/scalar/Sha1.java   |   5 +-
 .../trees/expressions/functions/scalar/Sha2.java   |   5 +-
 .../trees/expressions/functions/scalar/Sm3.java    |   4 +-
 .../trees/expressions/functions/scalar/Sm3sum.java |   4 +-
 .../expressions/functions/scalar/XxHash32.java     |   4 +-
 .../expressions/functions/scalar/XxHash64.java     |   4 +-
 .../test_binary_for_digest.groovy                  | 146 +++++++++++++++++++++
 15 files changed, 459 insertions(+), 66 deletions(-)
 create mode 100644 
regression-test/suites/query_p0/sql_functions/encryption_digest/test_binary_for_digest.groovy


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

Reply via email to