alamb commented on code in PR #7285:
URL: https://github.com/apache/arrow-rs/pull/7285#discussion_r1996377402
##########
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 think some copying to avoid a dependency is also not a terrible thing
--
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]