[
https://issues.apache.org/jira/browse/ARROW-17320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joris Van den Bossche resolved ARROW-17320.
-------------------------------------------
Resolution: Fixed
Issue resolved by pull request 14096
[https://github.com/apache/arrow/pull/14096]
> [Python] Refine pyarrow.parquet API exposure
> --------------------------------------------
>
> Key: ARROW-17320
> URL: https://issues.apache.org/jira/browse/ARROW-17320
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Parquet, Python
> Reporter: Miles Granger
> Assignee: Miles Granger
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> Spawning from ARROW-17106, moving code from `pyarrow/parquet/_init_{_}` to
> `pyarrow/parquet/core` and re-exporting in `_i{_}{_}nit_{_}` to maintain the
> same functionality.
> [pyarrow._init_|https://github.com/apache/arrow/blob/master/python/pyarrow/__init__.py]is
> very careful about what is exposed through the public API by prefixing
> private symbols with underscores, even imports.
> What's exposed at the top level of `{{{}pyarrow.parquet{}}}`, however, is not
> so careful. API calls such as `{{{}pq.FileSystem{}}}`, `{{{}pq.pa.Array{}}}`,
> `{{{}pq.json{}}}` are all valid and should probably be designated as private
> attributes in {{{}pyarrow.parquet{}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)