etseidl commented on code in PR #10565:
URL: https://github.com/apache/arrow-rs/pull/10565#discussion_r3725338121
##########
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:
Since it's 58.0, it has been deprecated for two full releases (6 months). I
think it's fair game 😅
--
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]