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

[R] Ability to specify chunk size in R flight do_put method #32034

Closed
asfimport opened this issue May 30, 2022 · 1 comment
Closed

[R] Ability to specify chunk size in R flight do_put method #32034

asfimport opened this issue May 30, 2022 · 1 comment

Comments

@asfimport
Copy link
Collaborator

Hi there :)

Duplicating here what's already on the PR

Summary
An additional parameter in Flight do_put to specify chunk size in R.

Problem
Currently, all data is sent through in a single message when using do_put in R. It's a likely scenario that users will want the ability to control the batch sizes without building a custom do_put method.

Solution
Additional (optional) parameter to specify chunk size.

Reporter: Chris Dunderdale / @thatstatsguy
Assignee: Chris Dunderdale / @thatstatsguy

PRs and other links:

Note: This issue was originally created as ARROW-16690. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Dewey Dunnington / @paleolimbot:
Issue resolved by pull request 13267
#13267

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