Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GLib][Parquet] Add gparquet_arrow_file_writer_write_record_batch() #40860

Closed
kou opened this issue Mar 28, 2024 · 1 comment
Closed

[GLib][Parquet] Add gparquet_arrow_file_writer_write_record_batch() #40860

kou opened this issue Mar 28, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Mar 28, 2024

Describe the enhancement requested

It's the binding of parquet::arrow::FileWriter::WriteRecordBatch().

Component(s)

GLib, Parquet

kou added a commit to kou/arrow that referenced this issue Sep 7, 2024
…_record_batch()`

The following APIs are also added:
* `gparquet_arrow_file_writer_get_schema()`
* Parquet::ArrowFileWriter#write` in Ruby
kou added a commit to kou/arrow that referenced this issue Sep 7, 2024
…_record_batch()`

The following APIs are also added:
* `gparquet_arrow_file_writer_get_schema()`
* Parquet::ArrowFileWriter#write` in Ruby
kou added a commit that referenced this issue Sep 9, 2024
…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]>
@kou kou added this to the 18.0.0 milestone Sep 9, 2024
@kou
Copy link
Member Author

kou commented Sep 9, 2024

Issue resolved by pull request 44001
#44001

@kou kou closed this as completed Sep 9, 2024
khwilson pushed a commit to khwilson/arrow that referenced this issue Sep 14, 2024
…_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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant