Commits


Christopher Dunderdale authored and GitHub committed 6d8624b02a4
ARROW-16690: [R][FlightRPC] Additional max_chunksize parameter in do_put method (#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. 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. Lead-authored-by: Christopher.Dunderdale <Christopher.Dunderdale@dyna-mo.com> Co-authored-by: Christopher Dunderdale <47271795+thatstatsguy@users.noreply.github.com> Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>