kevinjqliu commented on issue #1265: URL: https://github.com/apache/iceberg-python/issues/1265#issuecomment-2445614118
i was not able to reproduce on my local setup. On `main` branch, ``` poetry add pyarrow==18.0.0 poetry run python run.py ``` I noticed that in your example, you've used `python` to run `./run.py`, perhaps you need to use ``` uv run python ./run.py ``` ``` -- 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 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