[
https://issues.apache.org/jira/browse/ARROW-16690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dewey Dunnington resolved ARROW-16690.
--------------------------------------
Fix Version/s: 10.0.0
Resolution: Fixed
Issue resolved by pull request 13267
[https://github.com/apache/arrow/pull/13267]
> [R] Ability to specify chunk size in R flight do_put method
> -----------------------------------------------------------
>
> Key: ARROW-16690
> URL: https://issues.apache.org/jira/browse/ARROW-16690
> Project: Apache Arrow
> Issue Type: Improvement
> Components: FlightRPC
> Affects Versions: 8.0.0
> Reporter: Chris Dunderdale
> Assignee: Chris Dunderdale
> Priority: Minor
> Labels: FlightClient, R, flight, pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> Hi there :)
> Duplicating here what's already on the
> [PR|https://github.com/apache/arrow/pull/13267]
> *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|https://github.com/apache/arrow/blob/647371b504df166860bd33346dcbd962c85e046f/r/R/flight.R]
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)