danny0405 commented on code in PR #9850:
URL: https://github.com/apache/hudi/pull/9850#discussion_r1357634270
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/TestWriteMergeOnRead.java:
##########
@@ -213,6 +213,14 @@ protected Map<String, String> getMiniBatchExpected() {
return expected;
}
+ @Override
+ protected void testConcurrentCommit(TestHarness pipeline) throws Exception {
+ pipeline.checkpoint(1)
+ .assertNextEvent()
Review Comment:
I'm confused by the method name, is it a concurrent commit? The pipeline
only commits 1 commit.
--
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]