kevinjqliu opened a new issue, #3356: URL: https://github.com/apache/iceberg-python/issues/3356
Context: https://github.com/apache/iceberg-rust/pull/2442#discussion_r3231267052 `pyiceberg[pyarrow]` currently installs both `pyarrow` and `pyiceberg-core`. This is too broad: most Arrow read/write paths only need `pyarrow`, while `pyiceberg-core` is only used in lazy, feature-specific code paths (native transform kernels, DataFusion table provider). It also creates a packaging cycle for downstream projects: `pyiceberg-core` cannot depend on `pyiceberg[pyarrow]` without re-installing itself through the extra. -- 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]
