alamb commented on issue #9315: URL: https://github.com/apache/arrow-rs/issues/9315#issuecomment-3843409435
> 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? Thank you @jhorstmann -- that was a great idea I investigated more and it turns out the issue was with a bug in my upgrade of the test. Here is the fix https://github.com/apache/datafusion/pull/19728/commits/6762cb753d418e3f96a644c3364b09b6b1a7e479 in case you care. -- 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]
