Fokko commented on code in PR #5949:
URL: https://github.com/apache/iceberg/pull/5949#discussion_r996807697
##########
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:
Added individual tests for all of the types
--
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]