jqin61 opened a new pull request, #218: URL: https://github.com/apache/iceberg-python/pull/218
Hi! We noticed we are running into exceptions thrown due to aws timeout when we are using pyiceberg.io.pyarrow.PyArrowFileIO: ``` OSError: When reading information for key 'table/metadata/b7f0bbf9-594a-47a8-aeca-961243c3a893-m0.avro' in bucket 'iceberg-warehouse': AWS Error NETWORK_CONNECTION during HeadObject operation: curlCode: 28, Timeout was reached ``` This is because the current time_out is defaulted to 1 second and not configurable from input properties to the filesystem. And this pull request is to make it configurable. -- 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