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
…d_batch()` (#44001)
### Rationale for this change
We don't need to create a `GArrowTable` only for writing a `GArrowRecordBatch`.
### What changes are included in this PR?
The following APIs are also added:
* `gparquet_arrow_file_writer_get_schema()`
* Parquet::ArrowFileWriter#write` in Ruby
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #40860
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
…_record_batch()` (apache#44001)
### Rationale for this change
We don't need to create a `GArrowTable` only for writing a `GArrowRecordBatch`.
### What changes are included in this PR?
The following APIs are also added:
* `gparquet_arrow_file_writer_get_schema()`
* Parquet::ArrowFileWriter#write` in Ruby
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: apache#40860
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
It's the binding of
parquet::arrow::FileWriter::WriteRecordBatch()
.Component(s)
GLib, Parquet
The text was updated successfully, but these errors were encountered: