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


##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/realtime/AbstractRealtimeRecordReader.java:
##########
@@ -101,6 +102,9 @@ public AbstractRealtimeRecordReader(RealtimeSplit split, 
JobConf job) {
       throw new HoodieException("Could not create HoodieRealtimeRecordReader 
on path " + this.split.getPath(), e);
     }
     prepareHiveAvroSerializer();
+    if (HoodieFileGroupReaderRecordReader.useFilegroupReader(jobConf)) {

Review Comment:
   We can get rid of this. I added it because when I was testing I wanted to 
make sure I was actually using the new implementation



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to