alamb commented on code in PR #8028: URL: https://github.com/apache/arrow-rs/pull/8028#discussion_r2248539201
########## parquet/src/arrow/mod.rs: ########## @@ -221,6 +221,15 @@ pub const ARROW_SCHEMA_META_KEY: &str = "ARROW:schema"; /// [`BasicTypeInfo::id`]: crate::schema::types::BasicTypeInfo::id pub const PARQUET_FIELD_ID_META_KEY: &str = "PARQUET:field_id"; +/// Metadata key whose presence on [`Field::metadata`] indicates that a +/// [`DataType::Time32`] or [`DataType::Time64`] is adjusted to UTC as defined +/// in the parquet spec. +/// +/// [`Field::metadata`]: arrow_schema::Field::metadata +/// [`DataType::Time32`]: arrow_schema::DataType::Time32 +/// [`DataType::Time64`]: arrow_schema::DataType::Time64 Review Comment: You can run `cargo doc` to test them locally -- the CI checks will do so as well, so if the CI is green, this will be good -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org