jonvex commented on code in PR #11649:
URL: https://github.com/apache/hudi/pull/11649#discussion_r1690068262


##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieParquetInputFormat.java:
##########
@@ -121,15 +121,15 @@ public RecordReader<NullWritable, ArrayWritable> 
getRecordReader(final InputSpli
           return super.getRecordReader(split, job, reporter);
         }
         if (supportAvroRead && 
HoodieColumnProjectionUtils.supportTimestamp(job)) {
-          return new HoodieFileGroupReaderBasedRecordReader((s, j, r) -> {

Review Comment:
   reporter was just passed a few levels down and then used without any 
modification. We can just pass it directly here and simplify the code



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