1
0

[HUDI-2472] Enabling metadata table for TestHoodieMergeOnReadTable and TestHoodieCompactor (#4023)

This commit is contained in:
Manoj Govindassamy
2021-11-19 17:02:21 -08:00
committed by GitHub
parent 459b34240b
commit c8617d9390
6 changed files with 84 additions and 56 deletions

View File

@@ -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) {