voonhous commented on code in PR #14340:
URL: https://github.com/apache/hudi/pull/14340#discussion_r2597590381
##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/block/HoodieHFileDataBlock.java:
##########
@@ -115,8 +114,8 @@ protected <T> ClosableIterator<HoodieRecord<T>>
deserializeRecords(byte[] conten
.getReaderFactory(HoodieRecordType.AVRO)
.getContentReader(ConfigUtils.DEFAULT_HUDI_CONFIG_FOR_READER,
pathForReader, HoodieFileFormat.HFILE,
//TODO boundary to revisit in later pr to use HoodieSchema directly
Review Comment:
Sure, let me do a double check and remove this comment wherever applicable.
--
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]