nsivabalan commented on a change in pull request #3910:
URL: https://github.com/apache/hudi/pull/3910#discussion_r741592164



##########
File path: 
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/realtime/HoodieCombineRealtimeRecordReader.java
##########
@@ -66,8 +65,6 @@ public HoodieCombineRealtimeRecordReader(JobConf jobConf, 
CombineFileSplit split
   @Override
   public boolean next(NullWritable key, ArrayWritable value) throws 
IOException {
     if (this.currentRecordReader.next(key, value)) {
-      LOG.info("Reading from record reader");

Review comment:
       we shouldn't have let this in. really surprised we let this slide for so 
long. 




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