alamb commented on code in PR #7544:
URL: https://github.com/apache/arrow-rs/pull/7544#discussion_r2108770374


##########
parquet/src/record/api.rs:
##########
@@ -602,6 +602,12 @@ pub enum Field {
     /// Date without a time of day, stores the number of days from the
     /// Unix epoch, 1 January 1970.
     Date(i32),
+
+    /// The total number of milliseconds since midnight.
+    TimeMillis(i32),

Review Comment:
   Yeah, we'll just leave the PR around until main opens for 56. That will 
probably be June sometime.
   
   We could also potentially make a new branch to merge all the queued changes 
as well, but we haven't done that historically



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