This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-64711-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 60ca71e9cf4 branch-4.1: [fix](be) Fix concat_ws nullable array
handling #64703 (#64725)
add f8161c604b7 [feature](be) Support zstd stream load compression (#64711)
No new revisions were added by this update.
Summary of changes:
be/src/service/http/action/http_stream.cpp | 30 ++++++++++----
be/src/service/http/action/stream_load.cpp | 8 +---
be/src/util/load_util.cpp | 25 ++++++++++++
be/src/util/load_util.h | 5 ++-
be/test/util/load_util_test.cpp | 41 ++++++++++++++++++++
.../data/load_p0/http_stream/test_compress.csv.zst | Bin 0 -> 42 bytes
.../http_stream/test_group_commit_http_stream.out | 4 ++
.../data/load_p0/stream_load/basic_data.csv.zst | Bin 0 -> 4207 bytes
.../stream_load/basic_data_by_line.json.zst | Bin 0 -> 3461 bytes
.../data/load_p0/stream_load/test_compress.csv.zst | Bin 0 -> 42 bytes
.../load_p0/stream_load/test_compress_type.out | 2 +-
.../stream_load/test_group_commit_stream_load.out | 4 ++
.../test_group_commit_http_stream.groovy | 8 ++--
.../load_p0/stream_load/test_compress_type.groovy | 43 +++++++++++++++++++++
.../test_group_commit_stream_load.groovy | 6 +--
15 files changed, 154 insertions(+), 22 deletions(-)
create mode 100644
regression-test/data/load_p0/http_stream/test_compress.csv.zst
create mode 100644 regression-test/data/load_p0/stream_load/basic_data.csv.zst
create mode 100644
regression-test/data/load_p0/stream_load/basic_data_by_line.json.zst
create mode 100644
regression-test/data/load_p0/stream_load/test_compress.csv.zst
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]