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/04/28 08:27:25 UTC

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9280: [Vectorized](stream-load-vec) Support stream load in vectorized engine (#8709)

HappenLee commented on code in PR #9280:
URL: https://github.com/apache/incubator-doris/pull/9280#discussion_r860621605


##########
gensrc/proto/internal_service.proto:
##########
@@ -104,6 +105,28 @@ message PTabletWriterAddBatchRequest {
     optional bool is_high_priority = 11 [default = false];
 };
 
+message PTabletWriterAddBlockRequest {
+    required PUniqueId id = 1;
+    required int64 index_id = 2;
+    required int32 sender_id = 3;
+
+    // If this is the last batch from this sender
+    optional bool eos = 4;
+
+    required int64 packet_seq = 5;

Review Comment:
   I think the `PTabletWriterAddBlockRequest ` should same as `PTabletWriterAddBatchRequest`



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