You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/08 13:54:47 UTC

[GitHub] [arrow] raulcd commented on pull request #12837: ARROW-15824: [Python] Make pyarrow.parquet a package

raulcd commented on PR #12837:
URL: https://github.com/apache/arrow/pull/12837#issuecomment-1092885454

   @jorisvandenbossche I've opted to just move the previous `parquet.py` to the `parquet/__init__.py` package file. Do you think we should also split the implementation from the `__init__.py` to its own implementation file (like `parquet/parquet.py`) and only expose the API on `__init__.py`?
   From my understanding this is the minimal change for the requested ticket.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org