1
0

[MINOR] Fix partition typo (#1209)

This commit is contained in:
lamber-ken
2020-01-12 09:35:55 +08:00
committed by leesf
parent e103165083
commit 017ee8e661
4 changed files with 4 additions and 4 deletions

View File

@@ -329,7 +329,7 @@ public class TestIncrementalFSViewSync extends HoodieCommonTestHarness {
Assert.assertEquals(State.COMPLETED, view.getLastInstant().get().getState());
Assert.assertEquals(HoodieTimeline.CLEAN_ACTION, view.getLastInstant().get().getAction());
partitions.forEach(p -> {
LOG.info("PARTTITION : " + p);
LOG.info("PARTITION : " + p);
LOG.info("\tFileSlices :" + view.getAllFileSlices(p).collect(Collectors.toList()));
});