Skip to content

Commit

Permalink
ARROW-17106: [Python] Move init code to core and expose only API (#13802
Browse files Browse the repository at this point in the history
)

Will close [ARROW-17106](https://issues.apache.org/jira/browse/ARROW-17106)

Moves all current code in `pyarrow/parquet/__init__.py` to `pyarrow/parquet/core.py` and re-exports the public API from core.py inside of the init file.

Authored-by: Miles Granger <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
  • Loading branch information
milesgranger authored Aug 8, 2022
1 parent 210cf06 commit a2f3666
Show file tree
Hide file tree
Showing 2 changed files with 3,466 additions and 3,440 deletions.
Loading

0 comments on commit a2f3666

Please sign in to comment.