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: 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