HonahX commented on code in PR #8267:
URL: https://github.com/apache/iceberg/pull/8267#discussion_r1289556725


##########
python/dev/Dockerfile:
##########
@@ -65,6 +65,8 @@ RUN chmod u+x /opt/spark/sbin/* && \
 
 RUN pip3 install -q ipython
 
+RUN pip3 install 'pyiceberg[pyarrow,duckdb,pandas]==0.4.0'

Review Comment:
   Thanks for the suggestion. It turns out that we need one additional package 
`s3fs` for minio. But it only takes ~200KB
   ```bash
   site-packages git:(stable) du -sh s3fs
   200K 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]

Reply via email to