jp0317 commented on code in PR #6738:
URL: https://github.com/apache/arrow-rs/pull/6738#discussion_r1849530119
##########
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:
removed this change. btw i saw that the planned 54.0.0 will have "major api
change", how is an api change considered as acceptable 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]