jhorstmann commented on issue #7910: URL: https://github.com/apache/arrow-rs/issues/7910#issuecomment-3065102631
I think this sounds like a very reasonable change, the offset is used as a parameter to `ChunkReader::get_read`, where it currently has to be cast back from `usize` to `u64`. The `remaining_bytes` field should probably also be a `u64`, since the length of a column chunk in parquet metadata is also 64 bit. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org