danny0405 commented on code in PR #5937:
URL: https://github.com/apache/hudi/pull/5937#discussion_r917318783
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/TestWriteMergeOnRead.java:
##########
@@ -66,6 +69,7 @@ public void testIndexStateBootstrapWithMultiFilesInOneSlice()
throws Exception {
@Test
public void testIndexStateBootstrapWithCompactionScheduled() throws
Exception {
// sets up the delta commits as 1 to generate a new compaction plan.
+ conf.set(FlinkOptions.COMPACTION_ASYNC_ENABLED, true);
conf.setInteger(FlinkOptions.COMPACTION_DELTA_COMMITS, 1);
Review Comment:
The test case is for compaction scheduled but not executed, so we should not
add this config option.
--
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]