| commit | c3c314d439b4def99d4e92b6437df405745e1b3c | [log] [tgz] |
|---|---|---|
| author | Manu Zhang <OwenZhang1990@gmail.com> | Fri Aug 29 04:27:53 2025 +0800 |
| committer | GitHub <noreply@github.com> | Thu Aug 28 13:27:53 2025 -0700 |
| tree | 7aafc19c5b2670aa13772e9d8d371adb64373bb9 | |
| parent | 52ff6840077758d37228057683f415d8c5a0fd87 [diff] |
Fix rest test with ssl_ca_bundle due to conflicts with OS environment (#2394) # Rationale for this change Request sessions could load `REQUESTS_CA_BUNDLE` or `CURL_CA_BUNDLE` from OS environment such that cabundle passed in from the UT is not used. https://github.com/psf/requests/blob/88dce9d854797c05d0ff296b70e0430535ef8aaf/src/requests/sessions.py#L766-L771 ## Are these changes tested? Yes ## Are there any user-facing changes? No --------- Co-authored-by: Fokko Driesprong <fokko@apache.org>
PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.