[
https://issues.apache.org/jira/browse/ARROW-13555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17393236#comment-17393236
]
Joris Van den Bossche commented on ARROW-13555:
-----------------------------------------------
Some other things that are deprecated even for a longer time:
- Accessing a bunch of ipc related functionalities from the top-level namespace
instead from `pyarrow.ipc` (deprecated since 0.17)
- {{pyarrow.compat}} module (deprecated since 1.0.0)
- The {{...Value}} scalar classes (deprecated since 1.0.0)
- Ignoring mismatch between {{ordered}} flag of values and type in {{array(..)}}
- {{chunksize}} parameter in RecordBatchWriter.write_table (deprecated since
0.15) + {{get_next_batch}} method
- {{DictionaryScalar.index/dictionary_value}} attributes (deprecated since
1.0.0)
- {{num_children}} field of DataType
- {{add_metadata}} method of Field
> [Python] Remove deprecated APIs
> -------------------------------
>
> Key: ARROW-13555
> URL: https://issues.apache.org/jira/browse/ARROW-13555
> Project: Apache Arrow
> Issue Type: Task
> Components: Python
> Reporter: Antoine Pitrou
> Priority: Major
> Fix For: 6.0.0
>
>
> Remove APIs that have been deprecated for long enough.
> This probably includes the old filesystem layer as well as the custom
> serialization layer.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)