[HUDI-1055] Remove hardcoded parquet in tests (#2740)
* Remove hardcoded parquet in tests * Use DataFileUtils.getInstance * Renaming DataFileUtils to BaseFileUtils Co-authored-by: Vinoth Chandar <vinoth@apache.org>
This commit is contained in:
@@ -116,7 +116,7 @@ public class TestInputFormat {
|
||||
void testReadBaseAndLogFiles() throws Exception {
|
||||
beforeEach(HoodieTableType.MERGE_ON_READ);
|
||||
|
||||
// write parquet first with compaction
|
||||
// write base first with compaction
|
||||
conf.setBoolean(FlinkOptions.COMPACTION_ASYNC_ENABLED, true);
|
||||
conf.setInteger(FlinkOptions.COMPACTION_DELTA_COMMITS, 1);
|
||||
TestData.writeData(TestData.DATA_SET_INSERT, conf);
|
||||
|
||||
Reference in New Issue
Block a user