[HUDI-2472] Enabling metadata table for TestHoodieMergeOnReadTable and TestHoodieCompactor (#4023)
This commit is contained in:
committed by
GitHub
parent
459b34240b
commit
c8617d9390
@@ -131,6 +131,7 @@ public class HoodieTestTable {
|
||||
this.basePath = basePath;
|
||||
this.fs = fs;
|
||||
this.metaClient = metaClient;
|
||||
testTableState = HoodieTestTableState.of();
|
||||
}
|
||||
|
||||
public static HoodieTestTable of(HoodieTableMetaClient metaClient) {
|
||||
|
||||
Reference in New Issue
Block a user