tustvold commented on code in PR #4142:
URL: https://github.com/apache/arrow-rs/pull/4142#discussion_r1178265594
##########
parquet/src/file/metadata.rs:
##########
@@ -132,13 +132,25 @@ impl ParquetMetaData {
}
/// Returns page indexes in this file.
+ #[deprecated(note = "Use Self::column_index")]
pub fn page_indexes(&self) -> Option<&ParquetColumnIndex> {
Review Comment:
These accessors were very confusingly named, so I opted to rename them for
clarity
--
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]