Dludora commented on issue #2877:
URL: 
https://github.com/apache/iceberg-python/issues/2877#issuecomment-3710479915

   Hello, I use PyArrowIO by default.
   ```bash
   Traceback (most recent call last):
     File "/mnt/data/ksr/iceberg/./creare_catalog.py", line 40, in <module>
       table = catalog.create_table(identifier, schema=data.schema)
     File 
"/mnt/data/iceberg/lib/python3.10/site-packages/pyiceberg/catalog/sql.py", line 
221, in create_table
       self._write_metadata(metadata, io, metadata_location)
     File 
"/mnt/data/iceberg/lib/python3.10/site-packages/pyiceberg/catalog/__init__.py", 
line 1005, in _write_metadata
       ToOutputFile.table_metadata(metadata, io.new_output(metadata_path))
     File 
"/mnt/data/iceberg/lib/python3.10/site-packages/pyiceberg/serializers.py", line 
130, in table_metadata
       with output_file.create(overwrite=overwrite) as output_stream:
     File "pyarrow/io.pxi", line 136, in pyarrow.lib.NativeFile.__exit__
     File "pyarrow/io.pxi", line 206, in pyarrow.lib.NativeFile.close
     File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
   ```
   This is a more concise traceback. 


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

Reply via email to