danny0405 commented on code in PR #12967:
URL: https://github.com/apache/hudi/pull/12967#discussion_r1999941233
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/io/FlinkWriteHandleFactory.java:
##########
@@ -283,4 +283,30 @@ public static <T, I, K, O>
DeltaCommitWriteHandleFactory<T, I, K, O> getInstance
return new FlinkAppendHandle<>(config, instantTime, table,
partitionPath, fileID, recordItr, contextSupplier);
}
}
+
+ /**
+ * Write handle factory for delta commit.
+ */
+ private static class DeltaCommitRowDataHandleFactory<T, I, K, O> implements
Factory<T, I, K, O> {
Review Comment:
Can we merge it with `DeltaCommitWriteHandleFactory` ?
--
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]