etseidl commented on code in PR #7724: URL: https://github.com/apache/arrow-rs/pull/7724#discussion_r2159882448
########## 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: Yes, but all the other per column defaults are handled below. This just triggers my OCD 😅 -- 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