harelo-cf opened a new issue, #1761:
URL: https://github.com/apache/iceberg-python/issues/1761

   ### Apache Iceberg version
   
   0.8.1 (latest release)
   
   ### Please describe the bug 🐞
   
   ### Issue Summary
   We are experiencing a critical issue with **PyIceberg** that has suddenly 
emerged.
   Previously, we were able to create tables from a local environment without 
any issues. However, today, when running the exact same code, using the same 
AWS account, same S3 bucket, and same Glue catalog, we are now encountering the 
following error:
   
   `AWS Error NETWORK_CONNECTION during HeadObject operation: curlCode: 6, 
Couldn't resolve host name
   `
   ### Observations
   This issue appears to be related to PyArrow.
   Glue-related operations, such as listing tables and namespaces, continue to 
work.
   However, S3-dependent operations (e.g., create_table, load_table) fail with 
the above error.
   There have been no changes to our environment, IAM permissions, or 
configurations.
   ### Expected Behavior
   PyIceberg should be able to create and load tables as before, without 
network errors related to S3.
   
   ### Steps to Reproduce
   Use PyIceberg to create a table with the same setup that previously worked.
   Observe that S3-related operations fail with a NETWORK_CONNECTION error.
   Glue-related operations still function correctly.
   ### Environment Details
   PyIceberg Version: 0.8.1
   PyArrow Version: 18.1.0
   AWS SDK / Boto3 Version: 1.35.81
   Python Version: 3.12.7
   Operating System:  Mac Sequoia 15.2
   ### Questions & Next Steps
   Has there been a recent change in PyIceberg, PyArrow, or AWS networking that 
could cause this?
   Are there any workarounds or known fixes for this issue?
   Is there an alternative way to perform these operations while 
troubleshooting?
   Any guidance or insights would be greatly appreciated.
   
   Thanks in advance! 🙏
   
   ### 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: issues-unsubscr...@iceberg.apache.org.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