alamb commented on PR #6519: URL: https://github.com/apache/arrow-rs/pull/6519#issuecomment-2621505087
> One thing I've noticed is that I also would see failed decoding bytes, when a timeout is set too low. > > Could it be that the request still gets processed even though it was incomplete and should have thrown a timeout error instead? From what I understand, if a request fails mid-stream (after we begin to read data) just retrying the request isn't enough -- instead it would need something more complicated like retrying the request just for the bytes that hadn't been already read, or something like that -- 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]
