MOBIN-F commented on code in PR #3644:
URL: https://github.com/apache/flink-cdc/pull/3644#discussion_r1800889167
##########
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:
##########
@@ -44,8 +48,34 @@ public PaimonCommitter(Options catalogOptions, String
commitUser) {
storeMultiCommitter =
new StoreMultiCommitter(
() ->
FlinkCatalogFactory.createPaimonCatalog(catalogOptions),
- commitUser,
- null);
+ new org.apache.paimon.flink.sink.Committer.Context() {
Review Comment:
Maybe we can use org.apache.paimon.flink.sink.Committer.createContext(
commitUser, null, true, false, null));?
--
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]