This is an automated email from the ASF dual-hosted git repository.
eldenmoon 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 27d4588f5f4 branch-4.0: [regression-test](variant) use s3load instead
of stream load in variant_p2 test #56795 (#58076)
27d4588f5f4 is described below
commit 27d4588f5f467bab51b7281e5722b76274490aac
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 11:27:43 2025 +0800
branch-4.0: [regression-test](variant) use s3load instead of stream load in
variant_p2 test #56795 (#58076)
Cherry-picked from #56795
Co-authored-by: lihangyu <[email protected]>
---
regression-test/suites/variant_p2/load.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regression-test/suites/variant_p2/load.groovy
b/regression-test/suites/variant_p2/load.groovy
index 2e40609e7f4..8cb0bc19255 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 {
@@ -176,4 +176,4 @@ suite("load_p2", "variant_type,p2"){
} finally {
// reset flags
}
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]