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


##########
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:
   That's fine, I expected as much.
   
   What's the process here, do we just let this sit around till July? There 
doesn't seem to be a branch for stable (55) or the next major release (56)



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

Reply via email to