kevinjqliu commented on issue #1501:
URL: 
https://github.com/apache/iceberg-python/issues/1501#issuecomment-2583527417

   Pyiceberg pass the configuration to the underlying FileIO implementation. 
Can you try to run that piece of code in isolation to see what the issue is? 
   For example, you can create the [`S3FileSystem` 
here](https://github.com/apache/iceberg-python/blob/pyiceberg-0.8.1/pyiceberg/io/pyarrow.py#L354-L376)
 and read the file above 
   
   Make sure you're using PyArrow for FileIO. It is the default for s3 but 
there's another FileIO implementation here 
([ffspec](https://github.com/apache/iceberg-python/blob/main/pyiceberg/io/fsspec.py#L133-L168))


-- 
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

Reply via email to