Commits

Neal Richardson authored 635f12b3855
ARROW-10416: [R] Support Tables in Flight In addition to the feature described in the title, this PR * renames `push_data()` to `flight_put()` and adds an `overwrite` argument to optionally check for the existence of a flight with the the same name * adds `list_flights()` and `flight_path_exists()` to see available resources * adds tests for the flight bindings, run if the demo flight server is found to be running (managing that process and/or running this in CI is deferred) * adds `r_to_py` and `py_to_r` methods for Schema objects; this fixes an issue where schema metadata was lost when converting Python/R due to the indirect way that Tables are passed Closes #9039 from nealrichardson/flight-tables Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>