alamb commented on code in PR #7491:
URL: https://github.com/apache/arrow-rs/pull/7491#discussion_r2085151880
##########
parquet/src/file/properties.rs:
##########
@@ -759,7 +799,7 @@ impl WriterPropertiesBuilder {
}
/// Sets the max length of min/max value fields when writing the column
- /// [`Index`] (defaults to `None`).
+ /// [`Index`] (defaults to `None` (no limit)).
Review Comment:
this is the info I was actually looking for, but was looking on
`WriterProperties::set_column_index_truncate_length` not
`WriterPropertiesBuilder::set_column_index_truncate_length`
--
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]