junmuz commented on code in PR #4066: URL: https://github.com/apache/flink-cdc/pull/4066#discussion_r2253910971
########## flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-paimon/src/main/java/org/apache/flink/cdc/connectors/paimon/sink/v2/PaimonCommitter.java: ########## @@ -46,7 +46,7 @@ public PaimonCommitter(Options catalogOptions, String commitUser) { new StoreMultiCommitter( () -> FlinkCatalogFactory.createPaimonCatalog(catalogOptions), org.apache.paimon.flink.sink.Committer.createContext( - commitUser, null, true, false, null)); + commitUser, null, true, false, null, 1, 1)); Review Comment: For the committer, perhaps the `subTaskIndex` should be equal to 0 IMO, so need to double check that. -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org