[opt](split) close the batch mode of file split in default (#36109)

bp: #36108
This commit is contained in:
Ashin Gau
2024-06-11 19:19:09 +08:00
committed by GitHub
parent 596a9a16d3
commit d2a6911791

View File

@ -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,