yihua commented on a change in pull request #4417:
URL: https://github.com/apache/hudi/pull/4417#discussion_r782481120



##########
File path: 
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieParquetInputFormat.java
##########
@@ -250,6 +122,61 @@ protected FileSplit makeSplit(Path file, long start, long 
length,
     return split;
   }
 
+  private RecordReader<NullWritable, ArrayWritable> 
getRecordReaderInternal(InputSplit split,
+                                                                            
JobConf job,
+                                                                            
Reporter reporter) throws IOException {
+    return mapredParquetInputFormat.getRecordReader(split, job, reporter);

Review comment:
       Sg.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to