luoyuxia commented on code in PR #2037:
URL: https://github.com/apache/fluss/pull/2037#discussion_r2626813930


##########
fluss-rpc/src/main/proto/FlussApi.proto:
##########
@@ -462,9 +462,7 @@ message PbLakeTableSnapshotInfo {
 message PbLakeTableOffsetForBucket {
   optional int64 partition_id = 1;
   required int32 bucket_id = 2;
-  optional int64 log_start_offset = 3;
   optional int64 log_end_offset = 4;
-  optional string partition_name = 5;

Review Comment:
   good suggestion



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