yiguolei commented on code in PR #31809:
URL: https://github.com/apache/doris/pull/31809#discussion_r1513761842
##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -515,6 +516,8 @@ public class SessionVariable implements Serializable,
Writable {
public static final String SHOW_ALL_FE_CONNECTION =
"show_all_fe_connection";
+ public static final String MAX_MSG_SIZE_OF_RESULT_RECEIVER =
"max_msg_size_of_result_receiver";
Review Comment:
change variable name to max_thrift_message_size
--
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]