This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new d2a6911791d [opt](split) close the batch mode of file split in default
(#36109)
d2a6911791d is described below
commit d2a6911791dd4e1ef8b3a1a6821ea14e101deb16
Author: Ashin Gau <[email protected]>
AuthorDate: Tue Jun 11 19:19:09 2024 +0800
[opt](split) close the batch mode of file split in default (#36109)
bp: #36108
---
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 01cbfa82c36..376e58222ab 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
@@ -1453,7 +1453,7 @@ public class SessionVariable implements Serializable,
Writable {
description = {"如果分区数量超过阈值,BE将通过batch方式获取scan ranges",
"If the number of partitions exceeds the threshold, scan
ranges will be got through batch mode."},
needForward = true)
- public int numPartitionsInBatchMode = 1024;
+ public int numPartitionsInBatchMode = -1;
@VariableMgr.VarAttr(
name = ENABLE_PARQUET_LAZY_MAT,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]