This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push: new 2436cd5376 correct docs for set_column_index_truncate_length (#7553) 2436cd5376 is described below commit 2436cd5376e830c1896501b9ef359efbb0e97799 Author: Ed Seidl <etse...@users.noreply.github.com> AuthorDate: Wed May 28 08:21:38 2025 -0700 correct docs for set_column_index_truncate_length (#7553) --- parquet/src/file/properties.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet/src/file/properties.rs b/parquet/src/file/properties.rs index e3d54cbef2..38590ec63f 100644 --- a/parquet/src/file/properties.rs +++ b/parquet/src/file/properties.rs @@ -799,7 +799,7 @@ impl WriterPropertiesBuilder { } /// Sets the max length of min/max value fields when writing the column - /// [`Index`] (defaults to `None` (no limit)). + /// [`Index`] (defaults to `Some(64)`). /// /// This can be used to prevent columns with very long values (hundreds of /// bytes long) from causing the parquet metadata to become huge.