This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-60503-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 27eda176737 branch-4.1: [fix](data traits) Fix data trait propagation
for logical CTE anchors #64921 (#65010)
add 7ad08db6adf [Opt](load) Support using `AES_ENCRYPT` with internal
custom ENCRYPTKEY in stream load and routine load (#60503)
No new revisions were added by this update.
Summary of changes:
.../doris/load/routineload/RoutineLoadJob.java | 2 +
.../doris/nereids/load/NereidsLoadUtils.java | 32 ++++
.../test_routine_load_with_aes_encrypt.out | 22 +++
.../stream_load/test_stream_load_aes_encrypt.csv | 3 +
.../test_stream_load_with_aes_encrypt.out | 17 ++
.../test_routine_load_with_aes_encrypt.groovy | 175 +++++++++++++++++++++
.../test_stream_load_with_aes_encrypt.groovy | 116 ++++++++++++++
7 files changed, 367 insertions(+)
create mode 100644
regression-test/data/load_p0/routine_load/test_routine_load_with_aes_encrypt.out
create mode 100644
regression-test/data/load_p0/stream_load/test_stream_load_aes_encrypt.csv
create mode 100644
regression-test/data/load_p0/stream_load/test_stream_load_with_aes_encrypt.out
create mode 100644
regression-test/suites/load_p0/routine_load/test_routine_load_with_aes_encrypt.groovy
create mode 100644
regression-test/suites/load_p0/stream_load/test_stream_load_with_aes_encrypt.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]