ShaoyinGuo opened a new issue, #3866:
URL: https://github.com/apache/iceberg-python/issues/3866

   ### Apache Iceberg version
   
   0.11.0 (latest release)
   
   ### Please describe the bug 🐞
   
   When configuring PyIceberg with a REST catalog (such as Apache Polaris) 
connected to an S3-compatible store using internal or self-signed certificates, 
providing "s3.ssl.ca-cert" in the catalog configuration does not take effect 
for PyArrow file operations.
   
   PyIceberg's PyArrowFileIO instantiates pyarrow.fs.S3FileSystem without 
forwarding the custom CA certificate path to PyArrow's tls_ca_file_path 
argument. As a result, operations that write or read Parquet files fail with 
curlCode: 60 (SSL verification failure in PyArrow's underlying AWS C++ SDK / 
libcurl engine).
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [x] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


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