JonasJ-ap commented on code in PR #6997:
URL: https://github.com/apache/iceberg/pull/6997#discussion_r1131156819


##########
python/tests/io/test_pyarrow.py:
##########
@@ -1130,3 +1131,15 @@ def 
test_projection_filter_on_unknown_field(schema_int_str: Schema, file_int_str
         _ = project(schema, [file_int_str], GreaterThan("unknown_field", "1"), 
schema_int_str)
 
     assert "Could not find field with name unknown_field, case_sensitive=True" 
in str(exc_info.value)
+
+
+def test_pyarrow_to_schema_simple(table_schema_simple: Schema, 
pyarrow_schema_simple: pa.Schema) -> None:

Review Comment:
   Sure! I separated these tests into 4 files: `test_pyarrow`, 
`test_pyarrow_expression`, `test_pyarrow_projection`, and 
`test_pyarrow_projection`



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