danny0405 commented on code in PR #12948:
URL: https://github.com/apache/hudi/pull/12948#discussion_r1990383621


##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/realtime/HoodieCombineRealtimeRecordReader.java:
##########
@@ -54,8 +54,8 @@ public class HoodieCombineRealtimeRecordReader implements 
RecordReader<NullWrita
 
   public HoodieCombineRealtimeRecordReader(JobConf jobConf, CombineFileSplit 
split,
       List<RecordReader> readers) {
+    useFileGroupReader = shouldUseFilegroupReader(jobConf, split);

Review Comment:
   why this change



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