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


##########
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:
   I think adding these new variants means this is an API change and thus must 
wait for our next breaking release (in July)
   
   - #7395 



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