Xuanwo commented on issue #5458: URL: https://github.com/apache/arrow-rs/issues/5458#issuecomment-1978120509
> I'm therefore leaning towards replacing `put_multipart` with This design looks cool, but I have two concerns: Current design it requires users to call `flush` when the buffer gets too large because we can't perform IO during `write` or `put`. This complicates things as users can no longer write continuously like before. Also, I'm unclear about how `max_concurrency` functions. Does this mean that `flush` could operate asynchronously in the background? -- 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]
