Fokko commented on code in PR #5949:
URL: https://github.com/apache/iceberg/pull/5949#discussion_r996808795


##########
python/tests/io/test_pyarrow.py:
##########
@@ -264,3 +265,27 @@ def test_deleting_s3_file_not_found():
             PyArrowFileIO().delete("s3://foo/bar.txt")
 
         assert "Cannot delete file, does not exist:" in str(exc_info.value)
+
+
+def test_convert_iceberg_schema_to_pyarrow_schema(table_schema_nested: Schema):

Review Comment:
   I would love to also add more roundtrip tests for this 👍🏻 But would be nice 
to do this as soon as we have write support, so we can write a table, and read 
it afterward to check if everything works



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