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

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 8fc232a28d5 [fix](case) fix test_group_commit_stream_load (#56774)
8fc232a28d5 is described below

commit 8fc232a28d5d46edd7e1592af1d0e85a0f2b334e
Author: meiyi <[email protected]>
AuthorDate: Sat Oct 11 14:31:15 2025 +0800

    [fix](case) fix test_group_commit_stream_load (#56774)
---
 .../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