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

yiguolei 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 afa717c2c63 [regression-test](pipelinex parameter) modify fuzz 
batch_size to make regression more faster #34512
afa717c2c63 is described below

commit afa717c2c63ca8c3b7ae4494f6162a1bc705f66d
Author: shuke <[email protected]>
AuthorDate: Fri May 10 11:39:49 2024 +0800

    [regression-test](pipelinex parameter) modify fuzz batch_size to make 
regression more faster #34512
---
 fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java 
b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
index 73d5d37cc68..efe52f7c657 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
@@ -1958,7 +1958,7 @@ public class SessionVariable implements Serializable, 
Writable {
                     this.batchSize = 4064;
                     this.enableFoldConstantByBe = true;
                 } else {
-                    this.batchSize = 50;
+                    this.batchSize = 1024;
                     this.enableFoldConstantByBe = false;
                 }
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to