etseidl commented on code in PR #6068:
URL: https://github.com/apache/arrow-rs/pull/6068#discussion_r1681754797


##########
parquet/src/column/writer/mod.rs:
##########
@@ -204,6 +204,33 @@ struct ColumnMetrics<T> {
     max_column_value: Option<T>,
     num_column_nulls: u64,
     column_distinct_count: Option<u64>,
+    variable_length_bytes: Option<i64>,
+}
+
+impl<T> ColumnMetrics<T> {
+    fn new() -> Self {

Review Comment:
   Thanks...this is where my lack of rust experience bites me again.  Still 
learning 😅. I'll have to remember this when adding the histograms to 
`PageMetrics`.



-- 
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