You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/24 00:01:18 UTC

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9720: [improvement] Optimize send fragment logic to reduce send fragment timeout error

xinyiZzz commented on code in PR #9720:
URL: https://github.com/apache/incubator-doris/pull/9720#discussion_r879949182


##########
gensrc/thrift/PaloInternalService.thrift:
##########
@@ -346,6 +346,10 @@ struct TExecPlanFragmentParams {
   19: optional TGlobalDict global_dict  // scan node could use the global dict to encode the string value to an integer
 }
 
+struct TExecPlanFragmentParamsList {
+    1: optional list<TExecPlanFragmentParams> paramsList;

Review Comment:
   Add comment, better



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org