wgtmac opened a new issue, #15216: URL: https://github.com/apache/arrow/issues/15216
### Describe the enhancement requested Current state of the parquet [arrow::FileWriter](https://github.com/apache/arrow/blob/master/cpp/src/parquet/arrow/writer.h#L53) - It does not support buffered row group mode. User has to write the whole column chunk one by one. - It only accepts `arrow::Table` in the tabular form, or `arrow::Array`/`arrow::ChunkedArray` in the columnar form. If one only has `arrow::RecordBatch` on hand, additional transformation is required before calling the writer. The goal of this issue aims to enhance the arrow::FileWriter as below: - [ ] Accept writing `arrow::RecordBatch`. - [ ] Support buffered row group mode. ### Component(s) C++, Parquet -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org