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

[jira] [Updated] (ARROW-17106) [Python] Move parquet code from __init__.py and expose only API

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

Raúl Cumplido updated ARROW-17106:
----------------------------------
    Description: 
As discussed on [https://github.com/apache/arrow/pull/12837#issuecomment-1186654950]

it would be better to move all code to {{pyarrow/parquet/core.py}} and just import the APIs from the {{__{_}init__{_}{_}.py{_} instead of having all the parquet pyarrow code on the \{_}__init{_}_.py file.}}

  was:
As discussed on [https://github.com/apache/arrow/pull/12837#issuecomment-1186654950]

it would be better to move all code to {{pyarrow/parquet/core.py}} and just import the APIs from the {{__init__.py }}instead of having all the parquet pyarrow code on the __init__.py file.{{{}{}}}


> [Python] Move parquet code from __init__.py and expose only API
> ---------------------------------------------------------------
>
>                 Key: ARROW-17106
>                 URL: https://issues.apache.org/jira/browse/ARROW-17106
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>    Affects Versions: 9.0.0
>            Reporter: Raúl Cumplido
>            Priority: Major
>              Labels: good-first-issue
>
> As discussed on [https://github.com/apache/arrow/pull/12837#issuecomment-1186654950]
> it would be better to move all code to {{pyarrow/parquet/core.py}} and just import the APIs from the {{__{_}init__{_}{_}.py{_} instead of having all the parquet pyarrow code on the \{_}__init{_}_.py file.}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)