jorgecarleitao commented on issue #286: URL: https://github.com/apache/arrow-rs/issues/286#issuecomment-839511211
I investigated this and there is something funny going on: the file reports that there is an array whose buffer of type `u8` has `201326592` slots, but the buffers' total length is 51. This happens on the 5th column, which is a `Utf8`. This behavior is consistent among `test_pandas.feather` and `test_arrow.feather` on the zip. That number of slots seems incorrect. I need to check if this is a problem while reading those slots from the file or whewther they are already written as that. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
