abnobdoss commented on PR #3738: URL: https://github.com/apache/iceberg-python/pull/3738#issuecomment-5155695841
Given that #3737 plans several PyArrow-specific extractions, should we first convert `pyiceberg/io/pyarrow.py` into a package with a pure rename to `pyiceberg/io/pyarrow/__init__.py`, then extract concerns into submodules such as `pyarrow/fileio.py`? This way we can preserve the existing import path and the original file’s Git history while avoiding a growing set of `_pyarrow_*` siblings under `pyiceberg/io/`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
