nastra commented on code in PR #5869: URL: https://github.com/apache/iceberg/pull/5869#discussion_r981460064
########## python/README.md: ########## @@ -35,7 +35,7 @@ Development is made easy using [Poetry](https://python-poetry.org/docs/#installa ```bash poetry shell -poetry install -E pyarrow +poetry install -E pyarrow -E hive -E s3fs Review Comment: tests don't pass without `s3fs` and so I figured we can align this with the make file, which uses `poetry install -E pyarrow -E hive -E s3fs` -- 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]
