jhorstmann commented on issue #9315: URL: https://github.com/apache/arrow-rs/issues/9315#issuecomment-3828134241
One observation, this error could also trigger if the code tries to read a page from a wrong offset. If there is a zero byte at that offset, that could be interpreted as an empty thrift struct, and the `type_` field would be the first required field that would trigger the error. Maybe the error could then be related to the `object_store` update? -- 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]
