RexXiong commented on code in PR #2130:
URL: 
https://github.com/apache/incubator-celeborn/pull/2130#discussion_r1433459056


##########
common/src/main/proto/TransportMessages.proto:
##########
@@ -495,6 +496,26 @@ message PbFileInfo {
   bool partitionSplitEnabled = 8;
 }
 
+message PbMapFileMeta{
+  int32 bufferSize = 1;
+  int32 numSubPartitions = 2;
+}
+
+message PbReduceFileMeta {
+  repeated int64 chunkOffsets = 1;
+  bool sorted = 2;
+}
+
+message PbNonMemoryFile{

Review Comment:
   ditto



##########
common/src/main/proto/TransportMessages.proto:
##########
@@ -495,6 +496,26 @@ message PbFileInfo {
   bool partitionSplitEnabled = 8;
 }
 
+message PbMapFileMeta{
+  int32 bufferSize = 1;
+  int32 numSubPartitions = 2;
+}
+
+message PbReduceFileMeta {
+  repeated int64 chunkOffsets = 1;
+  bool sorted = 2;
+}
+
+message PbNonMemoryFile{

Review Comment:
   Is there anywhere use PbNonMemoryFile?



##########
common/src/main/proto/TransportMessages.proto:
##########
@@ -495,6 +496,26 @@ message PbFileInfo {
   bool partitionSplitEnabled = 8;
 }
 
+message PbMapFileMeta{

Review Comment:
   message PbMapFileMeta {



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

Reply via email to