XiangpengHao commented on code in PR #7724: URL: https://github.com/apache/arrow-rs/pull/7724#discussion_r2159848151
########## 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: This is actually the global default setting. The per column setting is `set_column_dictionary_page_size_limit` at line 864 -- 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