1
0

[HUDI-1809] Flink merge on read input split uses wrong base file path for default merge type (#2846)

This commit is contained in:
Danny Chan
2021-04-20 21:27:09 +08:00
committed by GitHub
parent 9a288ccbeb
commit d6d52c6063
3 changed files with 88 additions and 12 deletions

View File

@@ -118,6 +118,7 @@ public class TestInputFormat {
// write parquet first with compaction
conf.setBoolean(FlinkOptions.COMPACTION_ASYNC_ENABLED, true);
conf.setInteger(FlinkOptions.COMPACTION_DELTA_COMMITS, 1);
TestData.writeData(TestData.DATA_SET_INSERT, conf);
InputFormat<RowData, ?> inputFormat = this.tableSource.getInputFormat();