[HUDI-371] Supporting hive combine input format for realtime tables (#1503)
This commit is contained in:
@@ -50,7 +50,7 @@ public class HoodieMergeOnReadTestUtils {
|
||||
}
|
||||
|
||||
public static List<GenericRecord> getRecordsUsingInputFormat(List<String> inputPaths, String basePath,
|
||||
Configuration conf) {
|
||||
Configuration conf) {
|
||||
JobConf jobConf = new JobConf(conf);
|
||||
return getRecordsUsingInputFormat(inputPaths, basePath, jobConf, new HoodieParquetRealtimeInputFormat());
|
||||
}
|
||||
@@ -125,4 +125,4 @@ public class HoodieMergeOnReadTestUtils {
|
||||
jobConf.set("mapreduce.input.fileinputformat.inputdir", inputPath);
|
||||
jobConf.set("map.input.dir", inputPath);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user