Wes McKinney created ARROW-8232: ----------------------------------- Summary: [Python] Deprecate pa.open_file and pa.open_stream in favor of pa.ipc.open_file/open_stream Key: ARROW-8232 URL: https://issues.apache.org/jira/browse/ARROW-8232 Project: Apache Arrow Issue Type: Improvement Components: Python Reporter: Wes McKinney Fix For: 0.17.0
Thought we did this already. For the avoidance of ambiguity we should encourage the use of {{pyarrow.ipc.open_file}} instead of {{pyarrow.open_file}}. So the latter will print a deprecation warning. Since many people use these methods we'd need to keep the deprecated versions around for a while -- This message was sent by Atlassian Jira (v8.3.4#803005)