[HUDI-820] cleaner repair command should only inspect clean metadata files (#1542)
This commit is contained in:
committed by
GitHub
parent
f92b9fdcc4
commit
8d0e23173b
@@ -188,8 +188,8 @@ public class TestRepairsCommand extends AbstractShellIntegrationTest {
|
||||
// Create four requested files
|
||||
for (int i = 100; i < 104; i++) {
|
||||
String timestamp = String.valueOf(i);
|
||||
// Write corrupted requested Compaction
|
||||
HoodieTestCommitMetadataGenerator.createCompactionRequestedFile(tablePath, timestamp, conf);
|
||||
// Write corrupted requested Clean File
|
||||
HoodieTestCommitMetadataGenerator.createEmptyCleanRequestedFile(tablePath, timestamp, conf);
|
||||
}
|
||||
|
||||
// reload meta client
|
||||
|
||||
Reference in New Issue
Block a user