gli-chris-hao opened a new issue, #1174: URL: https://github.com/apache/iceberg-python/issues/1174
### Apache Iceberg version 0.7.1 (latest release) ### Please describe the bug 🐞 1. pyiceberg calls pyarrow `concat_tables` with `promote_options` here: https://github.com/apache/iceberg-python/blob/pyiceberg-0.7.1/pyiceberg/io/pyarrow.py#L1353 2. `promote_options` is only available in and after pyarrow 14.0.0 (added in this PR: https://github.com/apache/arrow/pull/36846) 3. however pyarrow version is pinned to ">=9.0.0,<18.0.0" in https://github.com/apache/iceberg-python/blob/pyiceberg-0.7.1/pyproject.toml#L61, I think it should be updated to ">=14.0.0,<18.0.0" -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org