raulcd commented on code in PR #929: URL: https://github.com/apache/iceberg-python/pull/929#discussion_r1684289855
########## tests/integration/test_writes/test_writes.py: ########## @@ -401,12 +402,12 @@ def test_python_writes_with_small_and_large_types_spark_reads( assert arrow_table_on_read.schema == pa.schema([ pa.field("foo", pa.large_string()), pa.field("id", pa.int32()), - pa.field("name", pa.large_string()), + pa.field("name", pa.string()), pa.field( "address", pa.struct([ - pa.field("street", pa.large_string()), - pa.field("city", pa.large_string()), + pa.field("street", pa.string()), Review Comment: totally outsider here but curious, was there a bug on pyarrow that made those `large_string` instead of `string`? -- 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