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


##########
parquet/src/file/properties.rs:
##########
@@ -549,7 +556,8 @@ impl WriterPropertiesBuilder {
     /// Note: this is a best effort limit based on value of
     /// [`set_write_batch_size`](Self::set_write_batch_size).
     pub fn set_dictionary_page_size_limit(mut self, value: usize) -> Self {

Review Comment:
   Could this move down after line 720 so it's with all of the other per-column 
setters?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to