czy006 commented on code in PR #3074:
URL: https://github.com/apache/amoro/pull/3074#discussion_r1699285774


##########
amoro-ams/amoro-ams-server/src/main/java/org/apache/amoro/server/dashboard/model/ConsumerInfo.java:
##########
@@ -48,4 +48,13 @@ public long getNextSnapshotId() {
   public void setNextSnapshotId(long nextSnapshotId) {
     this.nextSnapshotId = nextSnapshotId;
   }
+
+  public AmoroSnapshotsOfTable getAmoroPreviousSnapshotsOfTable() {

Review Comment:
   I misnamed the description here. nextSnapshotId-1 is the current Snapshot 
consumption information



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