aykut-bozkurt commented on code in PR #6278:
URL: https://github.com/apache/arrow-rs/pull/6278#discussion_r1728012358


##########
parquet/src/arrow/schema/mod.rs:
##########
@@ -427,7 +427,7 @@ fn arrow_to_parquet_type(field: &Field) -> Result<Type> {
         }
         DataType::Time32(unit) => Type::primitive_type_builder(name, 
PhysicalType::INT32)
             .with_logical_type(Some(LogicalType::Time {
-                is_adjusted_to_u_t_c: false,
+                is_adjusted_to_u_t_c: 
field.metadata().contains_key("adjusted_to_utc"),

Review Comment:
   Yes. `Timestamp` accepts additional `Option<string>` as tuple field in arrow 
schema but `Time` does not.



-- 
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]

Reply via email to