sdf-jkl commented on code in PR #9118:
URL: https://github.com/apache/arrow-rs/pull/9118#discussion_r2723145726
##########
parquet/src/arrow/arrow_reader/read_plan.rs:
##########
@@ -175,6 +180,21 @@ impl ReadPlanBuilder {
Ok(self)
}
+ /// Add offset index metadata for each column in a row group to this
`ReadPlanBuilder`
+ pub fn with_offset_index_metadata(
Review Comment:
Using the offsets of the column with the smallest number of rows per page
should prevent the invalid offset issue from happening.
--
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]