DDtKey commented on issue #5450: URL: https://github.com/apache/arrow-rs/issues/5450#issuecomment-1973991904
To be honest, my initial expectation was that I provide buffer-size (in `AsyncArrowWriter`) to ensure it flushes this amount of data. But in fact, it doesn't at all, only number of rows is important. Subjectively, it looks like we should `flush` underlying `ArrowWriter` (& start new row group) each time buffer is reached its capacity. It's typical behavior at least for buffered writers, I don't expect it continue to keep so large amount of data. Moreover, we have `max_row_group_size`, not `mai_row_group_size` - so it's confusing currenly -- 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]
