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

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

commit 2470f31236f2438109598fc6c38139fa8ce1791d
Author: TengJianPing <[email protected]>
AuthorDate: Mon Jul 10 22:28:41 2023 +0800

    [test](spill) disable fuzzy spill variables for now (#21677)
    
    we will rewrite this logic, so that it is useless now. Not test it anymore.
---
 fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 ++
 1 file changed, 2 insertions(+)

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 3deda35d43..2f6faeb4cf 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
@@ -1021,6 +1021,7 @@ public class SessionVariable implements Serializable, 
Writable {
             this.rewriteOrToInPredicateThreshold = 2;
         }
         this.runtimeFilterType = 1 << randomInt;
+        /*
         switch (randomInt) {
             case 0:
                 this.externalSortBytesThreshold = 0;
@@ -1042,6 +1043,7 @@ public class SessionVariable implements Serializable, 
Writable {
                 this.externalAggPartitionBits = 4;
                 break;
         }
+        */
         // pull_request_id default value is 0. When it is 0, use default 
(global) session variable.
         if (Config.pull_request_id > 0) {
             switch (Config.pull_request_id % 4) {


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

Reply via email to