You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "MonsterChenzhuo (via GitHub)" <gi...@apache.org> on 2023/11/08 06:20:38 UTC

Re: [PR] [WIP][core] Fix auto process time create snapshot for tag [incubator-paimon]

MonsterChenzhuo commented on code in PR #2262:
URL: https://github.com/apache/incubator-paimon/pull/2262#discussion_r1386048364


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/sink/CommitterOperator.java:
##########
@@ -109,6 +119,18 @@ public void initializeState(StateInitializationContext context) throws Exception
         committer = committerFactory.create(commitUser, getMetricGroup());
 
         committableStateManager.initializeState(context, committer);
+
+        Class<?> storeCommitterClass = StoreCommitter.class;
+        Class<?> tableCommitImplClass = TableCommitImpl.class;
+        Field commitField = storeCommitterClass.getDeclaredField(COMMIT_FIELD_NAME);

Review Comment:
   done.



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