I read that. But afaik, feather format is stable now. Hence my confusion. I use parquet at work a lot, where we store a lot of time series financial data. We like it. Creating the Parquet data is a pain since it's not append-able.
When you say compatibility issues, you mean they are more problematic or less?
It’s pretty common to read Parquet into Arrow for transport.
I'm confused by this. Are you referring to Arrow Flight RPC? Or are you saying distributed analytic engine use arrow to transport parquet between queries?
tosh|18 days ago
feather is optimized for fast reading
aynyc|18 days ago
twic|18 days ago
dionian|18 days ago
aynyc|18 days ago
willtemperley|18 days ago
Arrow is also directly usable as the application memory model. It’s pretty common to read Parquet into Arrow for transport.
aynyc|18 days ago
It’s pretty common to read Parquet into Arrow for transport.
I'm confused by this. Are you referring to Arrow Flight RPC? Or are you saying distributed analytic engine use arrow to transport parquet between queries?