kylebarron commented on PR #7371:
URL: https://github.com/apache/arrow-rs/pull/7371#issuecomment-2783983094

   > This is a point in favor of rolling back the [change 
above](https://github.com/apache/arrow-rs/pull/7371#discussion_r2025694037) as 
@etseidl suggested, since we'll never presumably need a suffix fetch of 4GB, 
and we only must use `u64` for **offsets**, which also reduces the amount of 
changes here.
   
   I switched the suffix type back to `usize` as I agree we'll never be making 
suffix requests for larger than 2^32 bytes, and we should minimize the diff 
here for easiest adoption.


-- 
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]

Reply via email to