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


##########
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:
   Do you mean `54.x.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]

Reply via email to