voonhous commented on issue #14177: URL: https://github.com/apache/hudi/issues/14177#issuecomment-3460958743
Issue is caused by eager fetching if metadata file is below a certain size for caching. `InlineFS` supplies a `start_offset` which the method does not currently respect. Instead of reading from `start_offset` supplied by the url params of `inlineFS`, it ignores it, causing the error to be thrown. No issue with `1.0.2` as the feature to prefetch HFiles for metadata table if size is below a configured threshold is introduced after `1.0.2` in PR: https://github.com/apache/hudi/pull/13567 -- 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]
