danny0405 commented on code in PR #13591:
URL: https://github.com/apache/hudi/pull/13591#discussion_r2232820545
##########
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/HoodieFileGroupReaderBasedRecordReader.java:
##########
@@ -153,6 +154,8 @@ public
HoodieFileGroupReaderBasedRecordReader(HiveReaderCreator readerCreator,
.withStart(fileSplit.getStart())
.withLength(fileSplit.getLength())
.withShouldUseRecordPosition(false)
+
.withEnableOptimizedLogBlockScan(jobConf.getBoolean(HoodieReaderConfig.ENABLE_OPTIMIZED_LOG_BLOCKS_SCAN.key(),
Review Comment:
props should already contain this option, so no need to set up.
--
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]