DDtKey commented on issue #5450: URL: https://github.com/apache/arrow-rs/issues/5450#issuecomment-1974023618
> I am reticent to change this definition as the API breakage would be subtle and not immediately obvious, beyond larger files and worse query performance It's doable by creating a new writer type or methods with changed behavior and optionally deprecate old one. Or something like that: `AsynvArrowWriter::with_respected_buffer(..)`(could be better name, just example) and internally have a flag to switch the behavior. -- 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]
