kevinjqliu commented on code in PR #3954:
URL: https://github.com/apache/iceberg-python/pull/3954#discussion_r3997244320
##########
tests/avro/test_file.py:
##########
@@ -281,16 +280,16 @@ def
test_write_manifest_entry_with_fastavro_read_with_iceberg(format_version: Ta
"upper_bounds": {1: b"zzzzzzzzzzzzzzzz"},
"key_metadata": b"\xde\xad\xbe\xef",
"split_offsets": [4, 133697593],
- "equality_ids": [],
Review Comment:
`equality_ids` is not a valid V1 field.
`common_data_file_args` is shared between v1 and v2 in this test file
--
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]