[HUDI-1809] Flink merge on read input split uses wrong base file path for default merge type (#2846)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user