Apache Iceberg Rust version
Latest
Describe the bug
Arrow in iceberg-rust uses "+00:00" constant as UTC which is not compatible with Snowflake.
https://github.com/apache/iceberg-rust/blob/main/crates/iceberg/src/arrow/schema.rs#L45
Expected behavior
Proposal is to change it to "UTC" (how it's done in Spark)
Willingness to contribute
Happy to contribute with community review
Apache Iceberg Rust version
Latest
Describe the bug
Arrow in iceberg-rust uses "+00:00" constant as UTC which is not compatible with Snowflake.
https://github.com/apache/iceberg-rust/blob/main/crates/iceberg/src/arrow/schema.rs#L45
Expected behavior
Proposal is to change it to "UTC" (how it's done in Spark)
Willingness to contribute
Happy to contribute with community review