This is an automated email from the ASF dual-hosted git repository.
eldenmoon 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 8ea50b5db3c branch-3.1: [regression-test](variant) use s3load instead
of stream load in variant_p2 test #56795 (#58075)
8ea50b5db3c is described below
commit 8ea50b5db3c29c16630fc7e518f2548ec6e2655f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 25 11:42:05 2025 +0800
branch-3.1: [regression-test](variant) use s3load instead of stream load in
variant_p2 test #56795 (#58075)
Cherry-picked from #56795
Co-authored-by: lihangyu <[email protected]>
---
regression-test/suites/variant_p2/load.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/suites/variant_p2/load.groovy
b/regression-test/suites/variant_p2/load.groovy
index 23f5bb1cb6d..ec9aa0d0f0c 100644
--- a/regression-test/suites/variant_p2/load.groovy
+++ b/regression-test/suites/variant_p2/load.groovy
@@ -18,7 +18,7 @@ import java.util.concurrent.Executors
import java.util.concurrent.TimeUnit
suite("load_p2", "variant_type,p2"){
- boolean use_stream_load = true
+ boolean use_stream_load = false
def load_json_data = {table_name, file_name ->
// load the json data
streamLoad {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]