[GitHub] [arrow-rs] jorgecarleitao commented on issue #286: Unable to load Feather v2 files created by pyarrow and pandas.

2021-05-12 Thread GitBox
jorgecarleitao commented on issue #286: URL: https://github.com/apache/arrow-rs/issues/286#issuecomment-839524898 More details: in both files, I am getting the following: ``` Reading Utf8 field_node: FieldNode { length: 7, null_count: 0 } offset buffer: Buffer { offset: 200,

[GitHub] [arrow-rs] jorgecarleitao commented on issue #286: Unable to load Feather v2 files created by pyarrow and pandas.

2021-05-12 Thread GitBox
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

[GitHub] [arrow-rs] jorgecarleitao commented on issue #286: Unable to load Feather v2 files created by pyarrow and pandas.

2021-05-12 Thread GitBox
jorgecarleitao commented on issue #286: URL: https://github.com/apache/arrow-rs/issues/286#issuecomment-839484860 Nice, learnt something new today. Thanks for the explanation This is indeed a bug, and a dangerous one because that prefix and suffix imply that allow mis-aligned bytes

[GitHub] [arrow-rs] jorgecarleitao commented on issue #286: Unable to load Feather v2 files created by pyarrow and pandas.

2021-05-11 Thread GitBox
jorgecarleitao commented on issue #286: URL: https://github.com/apache/arrow-rs/issues/286#issuecomment-839446499 I did not know this: is `feather` compatible with IPC? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use