You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/12 05:47:21 UTC

[GitHub] [arrow-rs] ghuls edited a comment on issue #286: Unable to load Feather v2 files created by pyarrow and pandas.

ghuls edited a comment on issue #286:
URL: https://github.com/apache/arrow-rs/issues/286#issuecomment-839462080


   It should be IPC on disk with optional compression with lz4 or zstd:
   
   https://arrow.apache.org/docs/python/feather.html
   https://ursalabs.org/blog/2020-feather-v2/
   
   Feather v1 is indeed a total different format. (header bytes: `FEA1` instead of `ARROW1`


-- 
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:
users@infra.apache.org