[HUDI-1504] Allow log files generated during restore/rollback to be synced as well
- TestHoodieBackedMetadata#testSync etc now run for MOR tables - HUDI-1502 is still pending and has issues for MOR/rollbacks - Also addressed bunch of code review comments.
This commit is contained in:
committed by
vinoth chandar
parent
1a0579ca7d
commit
31e674eb57
@@ -481,11 +481,6 @@ public class CompactionAdminClient extends AbstractHoodieClient {
|
||||
throw new HoodieException("FileGroupId " + fgId + " not in pending compaction");
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void initWrapperFSMetrics() {
|
||||
// no-op
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds Operation result for Renaming.
|
||||
*/
|
||||
|
||||
@@ -88,11 +88,6 @@ public class HoodieTimelineArchiveLog<T extends HoodieAvroPayload, I, K, O> {
|
||||
private final HoodieTable<T, I, K, O> table;
|
||||
private final HoodieTableMetaClient metaClient;
|
||||
|
||||
/*
|
||||
public HoodieTimelineArchiveLog(HoodieWriteConfig config, Configuration configuration) {
|
||||
this(config, HoodieTable.create(config, configuration));
|
||||
}*/
|
||||
|
||||
public HoodieTimelineArchiveLog(HoodieWriteConfig config, HoodieTable<T, I, K, O> table) {
|
||||
this.config = config;
|
||||
this.table = table;
|
||||
|
||||
Reference in New Issue
Block a user