tadeja opened a new pull request, #50321: URL: https://github.com/apache/arrow/pull/50321
### Rationale for this change See #49231. Deprecate the Feather reader/writer and point users to the Arrow IPC file API. ### What changes are included in this PR? `ipc::feather::Reader::Open` and `ipc::feather::WriteTable` marked with `ARROW_DEPRECATED`, pointing users to `ipc::RecordBatchFileReader` and `ipc::MakeFileWriter`. Deprecation warnings at the internal call sites suppressed, in `feather.cc`, `feather_test.cc`, and the R binding `r/src/feather.cpp`. (R deprecation is in #49276) A note in the pyarrow `libarrow_feather.pxd`. ### Are these changes tested? `-Werror` build of arrow-feather-test passes locally. ### Are there any user-facing changes? No functional change, compile-time deprecation warning for `feather::Reader::Open` or `feather::WriteTable`. -- 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]
