yiguolei commented on code in PR #53132:
URL: https://github.com/apache/doris/pull/53132#discussion_r2200648151


##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -1280,6 +1281,9 @@ public enum IgnoreSplitType {
             "Force the sort algorithm of SortNode to be specified" })
     public String forceSortAlgorithm = "";
 
+    @VariableMgr.VarAttr(name = FULL_SORT_MAX_BUFFERED_BYTES, needForward = 
true)
+    public long fullSortMaxBufferedBytes = -1;

Review Comment:
   直接把这个值的默认值设置为64MB 就好了;不需要在be 上再有一个默认值是INITIAL_BUFFERED_BLOCK_BYTES。
   另外,得check一下这个值是否合理,比如最小值是不是得是1MB?太小了似乎也没意义?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to