tustvold commented on code in PR #6738:
URL: https://github.com/apache/arrow-rs/pull/6738#discussion_r1847903164
##########
parquet/src/file/metadata/mod.rs:
##########
@@ -959,17 +959,18 @@ impl ColumnChunkMetaData {
}
/// Returns the offset and length in bytes of the column chunk within the
file
- pub fn byte_range(&self) -> (u64, u64) {
+ pub fn byte_range(&self) -> Result<(u64, u64)> {
Review Comment:
No this is a breaking change
--
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]