kevinjqliu commented on issue #1162:
URL: 
https://github.com/apache/iceberg-python/issues/1162#issuecomment-2361614325

   Full pytest report here: 
https://gist.github.com/kevinjqliu/a0e8e2199bd8064757eb2b40409e0794
   
   Here's the breakdown of the errors:
   ```
   171 pyarrow/error.pxi:92: OSError
   * 87 pyiceberg/io/pyarrow.py:2426: in write_parquet
   * 83 with write_manifest_list(
   ```
   
   `write_parquet` stack trace:
   ```
   pyiceberg/io/pyarrow.py:2426: in write_parquet
       with fo.create(overwrite=True) as fos:
   pyiceberg/io/pyarrow.py:311: in create
       output_file = self._filesystem.open_output_stream(self._path, 
buffer_size=self._buffer_size)
   pyarrow/_fs.pyx:887: in pyarrow._fs.FileSystem.open_output_stream
       ???
   pyarrow/error.pxi:155: in pyarrow.lib.pyarrow_internal_check_status
       ???
   ```
   
   `write_manifest_list` stack trace
   ```
   pyiceberg/table/update/snapshot.py:253: in _commit
       with write_manifest_list(
   pyiceberg/manifest.py:924: in __enter__
       self._writer.__enter__()
   pyiceberg/avro/file.py:258: in __enter__
       self.output_stream = self.output_file.create(overwrite=True)
   pyiceberg/io/pyarrow.py:311: in create
       output_file = self._filesystem.open_output_stream(self._path, 
buffer_size=self._buffer_size)
   pyarrow/_fs.pyx:887: in pyarrow._fs.FileSystem.open_output_stream
       ???
   pyarrow/error.pxi:155: in pyarrow.lib.pyarrow_internal_check_status
       ???
   ```
   
   


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

Reply via email to