mbutrovich commented on code in PR #7285:
URL: https://github.com/apache/arrow-rs/pull/7285#discussion_r1999264840
##########
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:
Will do. What upcoming version should I put for "since"?
##########
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:
Will do. What upcoming version should I put for `since`?
--
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]