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 d59c21e594 [test](spill) disable fuzzy spill variables for now (#21677)
d59c21e594 is described below
commit d59c21e594733ef030758aaba9571b74004beb2c
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 fb36376c59..f2c4189119 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
@@ -1056,6 +1056,7 @@ public class SessionVariable implements Serializable,
Writable {
this.enableFunctionPushdown = true;
}
this.runtimeFilterType = 1 << randomInt;
+ /*
switch (randomInt) {
case 0:
this.externalSortBytesThreshold = 0;
@@ -1077,6 +1078,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]