XuQianJin-Stars commented on code in PR #6100:
URL: https://github.com/apache/hudi/pull/6100#discussion_r920210551
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/utils/TestCompactionUtil.java:
##########
@@ -149,6 +150,36 @@ void testScheduleCompaction() throws Exception {
assertThat("Two compaction plan expects to be scheduled",
numCompactionCommits, is(2));
}
+ @Test
+ void testGetScheduleCompactionInstant() throws Exception {
+ Map<String, String> options = new HashMap<>();
Review Comment:
Add a UT for compaction with LIFO?
--
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]