rok opened a new issue, #50808: URL: https://github.com/apache/arrow/issues/50808
### Describe the bug, including details regarding any error messages, version, and platform. #49590 deprecated the complete `pyarrow.feather` API, causing `write_feather()`, `read_feather()`, `read_table()`, and `FeatherDataset` to emit warnings even when using Feather V2. The intended deprecation applies only to the Feather V1 format. Feather V2 is the Arrow IPC file format and remains supported. The `pyarrow.feather` APIs also provide conveniences, such as one-call reading and writing and column selection by name, for which `pyarrow.ipc` does not yet provide direct equivalents. This is a follow-up to #49590 and the discussion in #49232. ### Component(s) Python, Documentation -- 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]
