etseidl commented on code in PR #11157:
URL: https://github.com/apache/arrow-rs/pull/11157#discussion_r4109333453
##########
parquet/src/file/metadata/push_decoder.rs:
##########
@@ -482,21 +519,38 @@ enum DecodeState {
}
/// Returns the byte range needed to read the offset/page indexes, based on the
-/// specified policies
+/// specified policies and masks
///
/// Returns None if no page indexes are needed
-pub fn range_for_page_index(
+pub(crate) fn range_for_page_index(
Review Comment:
another `pub` function that isn't really
--
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]