[
https://issues.apache.org/jira/browse/ARROW-17010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joris Van den Bossche updated ARROW-17010:
------------------------------------------
Description:
Some of the APIs listed in ARROW-13555 were deprecated in 1.0.0 or before, and
are relatively easy to remove:
- 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
was:
Some of the APIs listed in ARROW-13555 were deprecated in 1.0.0 or before, and
are relatively easy to remove:
> [Python] Remove deprecated APIs from <= 1.0.0
> ---------------------------------------------
>
> Key: ARROW-17010
> URL: https://issues.apache.org/jira/browse/ARROW-17010
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: Python
> Reporter: Joris Van den Bossche
> Priority: Major
> Fix For: 9.0.0
>
>
> Some of the APIs listed in ARROW-13555 were deprecated in 1.0.0 or before,
> and are relatively easy to remove:
> - 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)