kevinjqliu commented on PR #1328:
URL: https://github.com/apache/iceberg-rust/pull/1328#issuecomment-3094943218
interesting, now it fails with
```
> manifest = manifest.read_manifest_entries(bs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E pyo3_runtime.PanicException: called `Result::unwrap()` on an `Err`
value: DataInvalid => Failure in conversion with avro
E
E Source: Could not find matching type in union
```
i think it might be how we handle avro union types
https://github.com/apache/avro-rs/blob/bd1910d0cedeeb16d08f9257bf4034aa1d7ba4e5/avro/src/types.rs#L534
--
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]