This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 9e5ca69 [Doc] Fix typo for stream load content in basic-usage.md
(#4185)
add 50e6a2c [SQL][Function] Fix from/to_base64 may return incorrect value
(#4183)
No new revisions were added by this update.
Summary of changes:
be/src/exprs/CMakeLists.txt | 1 -
be/src/exprs/base64.cpp | 169 ----------------------------
be/src/exprs/base64.h | 36 ------
be/src/exprs/encryption_functions.cpp | 12 +-
be/src/util/aes_util.cpp | 2 -
be/src/util/url_coding.cpp | 2 +-
be/src/util/url_coding.h | 6 +-
be/test/exprs/CMakeLists.txt | 1 +
be/test/exprs/encryption_functions_test.cpp | 84 ++++++++++++++
be/test/util/aes_util_test.cpp | 6 +-
run-ut.sh | 1 +
11 files changed, 100 insertions(+), 220 deletions(-)
delete mode 100644 be/src/exprs/base64.cpp
delete mode 100644 be/src/exprs/base64.h
create mode 100644 be/test/exprs/encryption_functions_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]