You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"pyo3_runtime.PanicException: called Result::unwrap() on an Err value: DataInvalid => Unable to convert raw literal (bytes) fail convert to type binary for: todo: rust avro doesn't support deserialize any bytes representation now"
Convert raw literal (bytes) to decimal(5,2) type
"pyo3_runtime.PanicException: called Result::unwrap() on an Err value: DataInvalid => Unable to convert raw literal (bytes) fail convert to type decimal(5,2) for: todo: rust avro doesn't support deserialize any bytes representation now"
partition field with special string characters, special#string+field
What's the feature are you trying to implement?
See apache/iceberg-python#2004 for the integration; pyiceberg using rust-based manifest reader
Heres the error log from
make integration, grouped by error type:https://gist.github.com/kevinjqliu/db6352f0b6d0ab8a717af67a1b71355e
Result::unwrap()on anErrvalue: DataInvalid => Unable to convert raw literal (bytes) fail convert to type binary for: todo: rust avro doesn't support deserialize any bytes representation now"Result::unwrap()on anErrvalue: DataInvalid => Unable to convert raw literal (bytes) fail convert to type decimal(5,2) for: todo: rust avro doesn't support deserialize any bytes representation now"special#string+fieldFail to parse format version in manifest metadatafilesmetadata tablelower_boundstests/integration/test_inspect_table.py::test_inspect_files[2] - AssertionError: Difference in column lower_bounds: {} != {2147483546: b's3://warehouse/default/table_metadata_files/data/00000-0-f5c93fd4-42af-481f-bcc0-140fad66f25a.parquet', 2147483545: b'\x00\x00\x00\x00\x00\x00\x00\x00'}tests/integration/test_writes/test_writes.py::test_merge_manifests_file_content[2] - AssertionError: assert [(2, 78), (4,...(8, 118), ...] == [(1, 49), (2,... (6, 94), ...]equality_idscan be optional (fixed by refactor: Move equality-ids closer to the spec #1705)Willingness to contribute
None