prashantwason commented on a change in pull request #1687:
URL: https://github.com/apache/hudi/pull/1687#discussion_r440528122
##########
File path:
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/hive/HoodieCombineHiveInputFormat.java
##########
@@ -872,7 +873,7 @@ public void createPool(JobConf conf, PathFilter... filters)
{
job.set("hudi.hive.realtime", "true");
InputSplit[] splits;
if (hoodieFilter) {
- HoodieParquetInputFormat input = new
HoodieParquetRealtimeInputFormat();
+ HoodieParquetRealtimeInputFormat input = new
HoodieParquetRealtimeInputFormat();
Review comment:
Reverted.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]