This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 54e1716f6af branch-3.1: [fix](case) fix test_group_commit_stream_load
#56774 (#56835)
54e1716f6af is described below
commit 54e1716f6afeeced7e55d25931e2558a4a3481f2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 12:12:29 2025 +0800
branch-3.1: [fix](case) fix test_group_commit_stream_load #56774 (#56835)
Cherry-picked from #56774
Co-authored-by: meiyi <[email protected]>
---
.../data/load_p0/stream_load/test_compress.csv.lz4 | Bin 80 -> 48 bytes
.../load_p0/{stream_load => tvf}/test_compress.csv.lz4 | Bin
.../suites/load_p0/tvf/test_tvf_lz4_compress.groovy | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/regression-test/data/load_p0/stream_load/test_compress.csv.lz4
b/regression-test/data/load_p0/stream_load/test_compress.csv.lz4
index ac4369beb9f..76955306d8a 100644
Binary files a/regression-test/data/load_p0/stream_load/test_compress.csv.lz4
and b/regression-test/data/load_p0/stream_load/test_compress.csv.lz4 differ
diff --git a/regression-test/data/load_p0/stream_load/test_compress.csv.lz4
b/regression-test/data/load_p0/tvf/test_compress.csv.lz4
similarity index 100%
copy from regression-test/data/load_p0/stream_load/test_compress.csv.lz4
copy to regression-test/data/load_p0/tvf/test_compress.csv.lz4
diff --git a/regression-test/suites/load_p0/tvf/test_tvf_lz4_compress.groovy
b/regression-test/suites/load_p0/tvf/test_tvf_lz4_compress.groovy
index 805607d79cb..7c76a26a14b 100644
--- a/regression-test/suites/load_p0/tvf/test_tvf_lz4_compress.groovy
+++ b/regression-test/suites/load_p0/tvf/test_tvf_lz4_compress.groovy
@@ -56,7 +56,7 @@ suite("test_tvf_lz4_compress") {
set 'column_separator', ','
set 'columns', 'a,b'
set 'compress_type', 'lz4'
- file '../stream_load/test_compress.csv.lz4'
+ file 'test_compress.csv.lz4'
time 10000
check { result, exception, startTime, endTime ->
@@ -77,7 +77,7 @@ suite("test_tvf_lz4_compress") {
set 'column_separator', ','
set 'columns', 'a,b'
set 'compress_type', 'lz4frame'
- file '../stream_load/test_compress.csv.lz4'
+ file 'test_compress.csv.lz4'
time 10000
check { result, exception, startTime, endTime ->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]