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


##########
parquet/src/file/metadata/mod.rs:
##########
@@ -919,15 +919,10 @@ impl LevelHistogram {
         }
     }
 
-    /// Updates histogram values using provided repetition levels
-    ///
-    /// # Panics
-    /// if any of the levels is greater than the length of the histogram (
-    /// the argument supplied to [`Self::try_new`])
-    pub fn update_from_levels(&mut self, levels: &[i16]) {

Review Comment:
   I'd say deprecated it with a note it will be removed in `61.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]

Reply via email to