This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from cf6a7ff ARROW-13284: [C++] Fix wrong pkg_check_modules() option name
add 18a41b4 ARROW-13276: [GLib][Ruby][Flight] Add support for ListFlights
No new revisions were added by this update.
Summary of changes:
.github/workflows/ruby.yml | 2 +-
c_glib/arrow-flight-glib/client.cpp | 64 ++
c_glib/arrow-flight-glib/client.h | 7 +
c_glib/arrow-flight-glib/client.hpp | 3 +
c_glib/arrow-flight-glib/common.cpp | 1033 ++++++++++++++++++++
c_glib/arrow-flight-glib/common.h | 169 ++++
c_glib/arrow-flight-glib/common.hpp | 23 +
c_glib/arrow-flight-glib/server.cpp | 140 ++-
c_glib/arrow-flight-glib/server.h | 24 +
c_glib/test/flight/test-client.rb | 13 +-
...test-location.rb => test-command-descriptor.rb} | 34 +-
.../{test-server-options.rb => test-criteria.rb} | 11 +-
c_glib/test/flight/test-endpoint.rb | 67 ++
c_glib/test/flight/test-info.rb | 78 ++
.../{test-location.rb => test-path-descriptor.rb} | 34 +-
.../flight/{test-location.rb => test-ticket.rb} | 33 +-
c_glib/test/helper/data-type.rb | 16 +
c_glib/test/helper/flight-info-generator.rb | 61 ++
c_glib/test/helper/flight-server.rb | 8 +
c_glib/test/helper/writable.rb | 12 +-
c_glib/test/run-test.rb | 11 +-
ruby/red-arrow-flight/lib/arrow-flight/loader.rb | 6 +
.../lib/arrow-flight/ticket.rb} | 4 +-
.../red-arrow-flight/test/helper/info-generator.rb | 53 +
ruby/red-arrow-flight/test/helper/server.rb | 8 +
ruby/red-arrow-flight/test/test-client.rb | 17 +-
.../test/{test-location.rb => test-ticket.rb} | 8 +-
ruby/red-arrow/lib/arrow/table.rb | 4 +-
ruby/red-arrow/red-arrow.gemspec | 2 +-
29 files changed, 1871 insertions(+), 74 deletions(-)
copy c_glib/test/flight/{test-location.rb => test-command-descriptor.rb} (53%)
copy c_glib/test/flight/{test-server-options.rb => test-criteria.rb} (78%)
create mode 100644 c_glib/test/flight/test-endpoint.rb
create mode 100644 c_glib/test/flight/test-info.rb
copy c_glib/test/flight/{test-location.rb => test-path-descriptor.rb} (52%)
copy c_glib/test/flight/{test-location.rb => test-ticket.rb} (61%)
create mode 100644 c_glib/test/helper/flight-info-generator.rb
copy ruby/{red-arrow/lib/arrow/buffer.rb =>
red-arrow-flight/lib/arrow-flight/ticket.rb} (96%)
create mode 100644 ruby/red-arrow-flight/test/helper/info-generator.rb
copy ruby/red-arrow-flight/test/{test-location.rb => test-ticket.rb} (81%)