Jefffrey commented on code in PR #10565:
URL: https://github.com/apache/arrow-rs/pull/10565#discussion_r3725292144
##########
parquet/src/file/properties.rs:
##########
@@ -350,14 +350,6 @@ impl WriterProperties {
self.write_batch_size
}
- /// Returns maximum number of rows in a row group, or `usize::MAX` if
unlimited.
- ///
- /// For more details see
[`WriterPropertiesBuilder::set_max_row_group_size`]
- #[deprecated(since = "58.0.0", note = "Use `max_row_group_row_count`
instead")]
Review Comment:
would this be too soon according to our policy?
https://github.com/apache/arrow-rs/blob/6b7d6b3279ba4b4925e43bfc9b8a266fcf1660ad/README.md?plain=1#L145-L149
--
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]