alamb commented on code in PR #7285:
URL: https://github.com/apache/arrow-rs/pull/7285#discussion_r1999915035
##########
parquet/src/data_type.rs:
##########
@@ -56,31 +74,55 @@ impl Int96 {
self.value = [elem0, elem1, elem2];
}
- /// Converts this INT96 into an i64 representing the number of
MILLISECONDS since Epoch
- pub fn to_i64(&self) -> i64 {
Review Comment:
Yes sorry. Since I made a RC for
https://github.com/apache/arrow-rs/issues/7107 today I think it should be
deprecated as of `54.0.0`
--
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]