1
0

Add finalizeWrite support for HoodieMergeHandle

This commit is contained in:
Jian Xu
2018-01-18 11:29:10 -08:00
committed by vinoth chandar
parent acae6586f3
commit 363e35bb0f
4 changed files with 33 additions and 12 deletions

View File

@@ -306,6 +306,7 @@ public class TestHoodieClientOnCopyOnWriteStorage implements Serializable {
public void testUpsertsWithFinalizeWrite() throws Exception {
HoodieWriteConfig cfg = getConfigBuilder()
.withUseTempFolderCopyOnWrite(true)
.withUseTempFolderMergeHandle(true)
.build();
HoodieWriteClient client = new HoodieWriteClient(jsc, cfg);
HoodieIndex index = HoodieIndex.createIndex(cfg, jsc);