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_new_row_group() #44006

Closed
kou opened this issue Sep 9, 2024 · 1 comment
Closed

[GLib][Parquet] Add gparquet_arrow_file_writer_new_row_group() #44006

kou opened this issue Sep 9, 2024 · 1 comment

Comments

@kou
Copy link
Member

kou commented Sep 9, 2024

Describe the enhancement requested

It's the bindings of parquet::arrow::FileWriter::NewRowGruop().

It's an advanced feature.

Component(s)

GLib, Parquet

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

`gparquet_arrow_file_writer_write_chunked_array()` is also added to
write a test for `gparquet_arrow_file_writer_new_row_group()`.
kou added a commit that referenced this issue Sep 11, 2024
…up()` (#44039)

### Rationale for this change

This is a low-level API to control how to write data. This is for advanced users.

### What changes are included in this PR?

`gparquet_arrow_file_writer_write_chunked_array()` is also added to write a test for `gparquet_arrow_file_writer_new_row_group()`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* GitHub Issue: #44006

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
@kou
Copy link
Member Author

kou commented Sep 11, 2024

Issue resolved by pull request 44039
#44039

@kou kou added this to the 18.0.0 milestone Sep 11, 2024
@kou kou closed this as completed Sep 11, 2024
khwilson pushed a commit to khwilson/arrow that referenced this issue Sep 14, 2024
…ow_group()` (apache#44039)

### Rationale for this change

This is a low-level API to control how to write data. This is for advanced users.

### What changes are included in this PR?

`gparquet_arrow_file_writer_write_chunked_array()` is also added to write a test for `gparquet_arrow_file_writer_new_row_group()`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* GitHub Issue: apache#44006

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