Skip to content

Change UTC_TIME_ZONE constant from "+00:00" to "UTC" for compatibility with Snowflake #2167

@vovacf201

Description

@vovacf201

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions