tustvold commented on issue #4611:
URL: https://github.com/apache/arrow-rs/issues/4611#issuecomment-1842926425

   Thank you for the context.
   
   The get_suffix idea makes sense to me, and seems like a pragmatic way to 
avoid an API break, and is consistent with methods like rename or 
list_with_offset. We can always revisit this at a later date if/when looking to 
make other breaking changes. I'm curious why to include the size though, if the 
size is known they could just use get_range, no?
   
   Perhaps it could just be?
   
   ```
   async fn get_suffix(&self, suffix: usize) -> Result<GetResult>
   ```


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