mbutrovich commented on code in PR #7285:
URL: https://github.com/apache/arrow-rs/pull/7285#discussion_r1994332997


##########
parquet/src/data_type.rs:
##########
@@ -38,6 +38,24 @@ pub struct Int96 {
     value: [u32; 3],
 }
 
+const JULIAN_DAY_OF_EPOCH: i64 = 2_440_588;
+
+/// Number of seconds in a day

Review Comment:
   I tried to `use arrow_array::temporal_conversions` but that didn't work for 
me. I'd love to reduce the duplicate definitions of these values.



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