xanderbailey opened a new issue, #2478: URL: https://github.com/apache/iceberg-rust/issues/2478
### Apache Iceberg Rust version None ### Describe the bug Writing UTC timestamp to an iceberg table fails in the arrow writer. [A discussion was had ](https://github.com/apache/arrow-rs/pull/9994) in arrow-rs if the logic should live there to slacken this and the suggestion was to handle this in application code similar to what datafusion does for this exact problem. ``` ArrowError( "Incompatible type. Field 'timestamp' has type Timestamp(µs, \"+00:00\"), array has type Timestamp(µs, \"UTC\")", ), ``` ### To Reproduce _No response_ ### Expected behavior Don't fail, these two types are identical semantically ### 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]
