kevinjqliu commented on PR #1516:
URL: https://github.com/apache/iceberg-python/pull/1516#issuecomment-2602894613
Looks like V3 is not supported on the pyiceberg side
```
=========================== short test summary info
============================
FAILED
tests/integration/test_reads.py::test_read_table_with_deletion_vector[session_catalog_hive]
- pyiceberg.exceptions.ValidationError: 1 validation error for
TableMetadataWrapper
Input tag '3' found using 'format_version' | 'format-version' does not
match any of the expected tags: 1, 2 [type=union_tag_invalid,
input_value={'format-version': 3, 'ta...c474ec.metadata.json'}]},
input_type=dict]
For further information visit
https://errors.pydantic.dev/2.10/v/union_tag_invalid
FAILED
tests/integration/test_reads.py::test_read_table_with_deletion_vector[session_catalog]
- pydantic_core._pydantic_core.ValidationError: 1 validation error for
TableResponse
metadata
Input tag '3' found using 'format_version' | 'format-version' does not
match any of the expected tags: 1, 2 [type=union_tag_invalid,
input_value={'format-version': 3, 'ta...26ab8a.metadata.json'}]},
input_type=dict]
For further information visit
https://errors.pydantic.dev/2.10/v/union_tag_invalid
==== 2 failed, 970 passed, 8 skipped, 2757 deselected in 346.14s (0:05:46)
=====
make: *** [Makefile:55: test-integration] Error 1
Error: Process completed with exit code 2.
```
--
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]