nealrichardson opened a new pull request #9039: URL: https://github.com/apache/arrow/pull/9039
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) * makes the R-Python conversion preserve schema metadata when converting Tables, with some hacking around bytestrings in reticulate. Will look into a more direct path for moving the schema, which isn't currently exposed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
