fresh-borzoni opened a new issue, #444: URL: https://github.com/apache/fluss-rust/issues/444
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Description Java pools ArrowWriter instances per table/schema via ArrowWriterPool. Reused writers keep their allocated vectors and seed the fullness threshold from the previous batch (recordsCount / 2), avoiding reallocation and the first-record size check on every new batch. We currently create a fresh MemoryLogRecordsArrowBuilder per batch. ### Willingness to contribute - [x] I'm willing to submit a PR! -- 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]
