You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "lilyzhoupeijie (via GitHub)" <gi...@apache.org> on 2023/04/26 03:18:02 UTC

[GitHub] [incubator-paimon] lilyzhoupeijie commented on a diff in pull request #1022: [core] Introduce consume-id for retore consuming and reserve snapshot

lilyzhoupeijie commented on code in PR #1022:
URL: https://github.com/apache/incubator-paimon/pull/1022#discussion_r1177292969


##########
paimon-core/src/main/java/org/apache/paimon/table/source/AbstractInnerTableScan.java:
##########
@@ -65,6 +69,16 @@ protected StartingScanner createStartingScanner(boolean isStreaming) {
             return new ContinuousCompactorStartingScanner();
         }
 
+        // read from consumer id
+        String consumerId = options.consumerId();

Review Comment:
   do we need to compare the snapshot from consumer with snapshot from state? 



-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org