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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org