vavaviper commented on issue #3866: URL: https://github.com/apache/iceberg-python/issues/3866#issuecomment-5490147818
Hi! I looked into this issue and found that PyArrow only added support for the tls_ca_file_path argument in version 21.0.0, while PyIceberg currently supports PyArrow 18.0.0 and newer. I'm wondering how you'd prefer to handle users on older PyArrow versions who set s3.ssl.ca-cert. Should we warn them that PyArrow 21+ is required for this setting, or should we handle it another way? I'd be happy to implement the fix and add the relevant tests once I know which approach you'd prefer. -- 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]
