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

yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new a9093fce81e branch-4.0: [fix](case) fix test_group_commit_stream_load 
#56774 (#56836)
a9093fce81e is described below

commit a9093fce81e7104a2aa14bfae6a1121aad7844f5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 11 17:32:46 2025 +0800

    branch-4.0: [fix](case) fix test_group_commit_stream_load #56774 (#56836)
    
    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]

Reply via email to