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


##########
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:
   1、fe默认值64MB,加上范围检查;这个没问题,我改一下;
   2、BE的默认值省不了,如果是升级过程中,BE还拿不到FE传过来的值,所以BE还需要有个默认值;



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