This is an automated email from the ASF dual-hosted git repository.

npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 7a532ed  ARROW-8678: [C++/Python][Parquet] Remove old writer code path
     add 4716cd3  ARROW-3757: [R] R bindings for Flight RPC client

No new revisions were added by this update.

Summary of changes:
 r/DESCRIPTION                                      |  1 +
 r/NAMESPACE                                        |  4 ++
 r/R/flight.R                                       | 81 ++++++++++++++++++++++
 r/_pkgdown.yml                                     |  6 ++
 .../server.py => r/inst/demo_flight_server.py      | 74 ++++++--------------
 r/man/flight_connect.Rd                            | 21 ++++++
 r/man/flight_get.Rd                                | 19 +++++
 r/man/load_flight_server.Rd                        | 17 +++++
 r/man/push_data.Rd                                 | 21 ++++++
 r/vignettes/flight.Rmd                             | 78 +++++++++++++++++++++
 10 files changed, 268 insertions(+), 54 deletions(-)
 create mode 100644 r/R/flight.R
 copy python/examples/flight/server.py => r/inst/demo_flight_server.py (62%)
 create mode 100644 r/man/flight_connect.Rd
 create mode 100644 r/man/flight_get.Rd
 create mode 100644 r/man/load_flight_server.Rd
 create mode 100644 r/man/push_data.Rd
 create mode 100644 r/vignettes/flight.Rmd

Reply via email to