voonhous opened a new pull request, #14178: URL: https://github.com/apache/hudi/pull/14178
### Describe the issue this Pull Request addresses Fixes: https://github.com/apache/hudi/issues/14177 ### Summary and Changelog Ensure that `InlineSeekableDataInputStream` is seeked to the specified start_offset during init. Example of an `inlineFS` url: ``` inlinefs://tests_7af7f087-c807-4f5e-a759-65fd9c21063b/hudi_multi_fg_pt_v8_mor/.hoodie/metadata/column_stats/.col-stats-0001-0_20250429145946675.log.1_1-120-382/local/?start_offset=8036&length=6959 ``` This will ensure that eager fetching of MDT hfiles using `stream.readFully` will read bytes from the correct offset. ### Impact None ### Risk Level None ### Documentation Update None ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if 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]
