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


##########
fluss-rpc/src/main/java/org/apache/fluss/rpc/protocol/ApiKeys.java:
##########
@@ -69,7 +69,8 @@ public enum ApiKeys {
     NOTIFY_KV_SNAPSHOT_OFFSET(1029, 0, 0, PRIVATE),
     COMMIT_LAKE_TABLE_SNAPSHOT(1030, 0, 0, PRIVATE),
     NOTIFY_LAKE_TABLE_OFFSET(1031, 0, 0, PRIVATE),
-    GET_LAKE_SNAPSHOT(1032, 0, 0, PUBLIC),
+    // Version 1: response may carry the opaque tiering_state_json (for 
capability detection).
+    GET_LAKE_SNAPSHOT(1032, 0, 1, PUBLIC),

Review Comment:
   why we need to bump the version?



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