dentiny opened a new issue, #1408: URL: https://github.com/apache/iceberg-rust/issues/1408
### Apache Iceberg Rust version 0.4.0 (latest version) ### Describe the bug When I transform from arrow schema to iceberg schema, I get error message as below, and found unsigned arrow types are not supported in iceberg schema. Error message: ```sh called `Result::unwrap()` on an `Err` value: DataInvalid => Unsupported Arrow data type: UInt32 ``` Code pointer: https://github.com/apache/iceberg-rust/blob/e5d3aabf1a15892e89eca7850e32720d89e65e7c/crates/iceberg/src/arrow/schema.rs#L375-L427 ### To Reproduce _No response_ ### Expected behavior A valid primitive type from arrow should also be valid in iceberg schema. If people agree upon it, I could make a PR to fix. ### Willingness to contribute I can contribute a fix for this bug independently -- 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]
