You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/07/11 12:19:00 UTC

[jira] [Resolved] (ARROW-17010) [Python] Remove deprecated APIs from <= 1.0.0

     [ https://issues.apache.org/jira/browse/ARROW-17010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou resolved ARROW-17010.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 13545
[https://github.com/apache/arrow/pull/13545]

> [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
>            Assignee: Joris Van den Bossche
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> 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)