1
0

feature(HoodieGlobalBloomIndex): adds a new type of bloom index to allow global record key lookup

This commit is contained in:
jiale.tan
2018-08-13 17:35:21 -07:00
committed by vinoth chandar
parent 7ba842c0fe
commit 98fd97b65f
8 changed files with 531 additions and 81 deletions

View File

@@ -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(