feature(HoodieGlobalBloomIndex): adds a new type of bloom index to allow global record key lookup
This commit is contained in:
committed by
vinoth chandar
parent
7ba842c0fe
commit
98fd97b65f
@@ -126,6 +126,10 @@ public class HoodieTestUtils {
|
||||
}
|
||||
}
|
||||
|
||||
public static final void createMetadataFolder(String basePath) throws IOException {
|
||||
new File(basePath + "/" + HoodieTableMetaClient.METAFOLDER_NAME).mkdirs();
|
||||
}
|
||||
|
||||
public static final void createInflightCommitFiles(String basePath, String... commitTimes) throws IOException {
|
||||
for (String commitTime : commitTimes) {
|
||||
new File(basePath + "/" + HoodieTableMetaClient.METAFOLDER_NAME + "/" + HoodieTimeline.makeInflightCommitFileName(
|
||||
|
||||
Reference in New Issue
Block a user