GregBowyer commented on a change in pull request #8698:
URL: https://github.com/apache/arrow/pull/8698#discussion_r525735281
##########
File path: rust/parquet/src/data_type.rs
##########
@@ -95,6 +96,12 @@ impl From<Vec<u32>> for Int96 {
}
}
+impl fmt::Display for Int96 {
+ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
+ write!(f, "{:?}", self.data())
Review comment:
Minor: Maybe as a followup this should print the number rather than its
raw bytes?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]