You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
Current state of the parquet arrow::FileWriter
arrow::Table
in the tabular form, orarrow::Array
/arrow::ChunkedArray
in the columnar form. If one only hasarrow::RecordBatch
on hand, additional transformation is required before calling the writer.The goal of this issue aims to enhance the arrow::FileWriter as below:
arrow::RecordBatch
.Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: