hudi-bot opened a new issue, #16350: URL: https://github.com/apache/hudi/issues/16350
Goal and impact: reading HFile using the same Avro HFile reader instance is faster Approach: * Reuse the HFile reader instance in Avro HFile reader * Cache HFile blocks that have been read in the same HFile reader * Control size of HFile blocks to cache, use LRU algorithm to evict cached data ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-7219 - Type: New Feature - Epic: https://issues.apache.org/jira/browse/HUDI-6243 - Fix version(s): - 1.1.0 -- 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]
