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] Allow getting a RecordBatchReader from a Dataset or Dataset Scanner #41749

Closed
adamreeve opened this issue May 21, 2024 · 1 comment
Closed

Comments

@adamreeve
Copy link
Contributor

Describe the enhancement requested

In order to allow efficient processing of large datasets, it should be possible to read a dataset or a scanner using a RecordBatchReader rather than using the to_table method.

Component(s)

GLib

kou added a commit that referenced this issue May 25, 2024
…Scanner (#41750)

### Rationale for this change

See #41749

### What changes are included in this PR?

Adds `to_reader` methods to `GADatasetDataset` and `GADatasetScanner`.

### Are these changes tested?

Yes I've added new unit tests.

### Are there any user-facing changes?

Yes this is a new feature.
* GitHub Issue: #41749

Lead-authored-by: Adam Reeve <adreeve@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou
Copy link
Member

kou commented May 25, 2024

Issue resolved by pull request 41750
#41750

@kou kou added this to the 17.0.0 milestone May 25, 2024
@kou kou closed this as completed May 25, 2024
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

2 participants