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 2b34f66 ARROW-11691: [Developer][CI] Provide a consolidated .env file
for benchmark-relevant environment variables
add 1c5e5a4 ARROW-13503: [GLib][Ruby][Flight] Add support for DoGet
No new revisions were added by this update.
Summary of changes:
c_glib/Gemfile | 2 +-
c_glib/arrow-dataset-glib/scanner.cpp | 2 +-
c_glib/arrow-flight-glib/client.cpp | 86 +++++-
c_glib/arrow-flight-glib/client.h | 22 +-
c_glib/arrow-flight-glib/client.hpp | 3 +
c_glib/arrow-flight-glib/common.cpp | 281 +++++++++++++++++-
c_glib/arrow-flight-glib/common.h | 42 +++
c_glib/arrow-flight-glib/common.hpp | 12 +
c_glib/arrow-flight-glib/server.cpp | 330 ++++++++++++++++++++-
c_glib/arrow-flight-glib/server.h | 48 +++
c_glib/arrow-flight-glib/server.hpp | 7 +
c_glib/arrow-glib/array-builder.cpp | 6 +-
c_glib/arrow-glib/datum.cpp | 2 +-
c_glib/arrow-glib/error.cpp | 2 +-
c_glib/arrow-glib/reader.cpp | 75 ++++-
c_glib/arrow-glib/reader.h | 11 +-
c_glib/arrow-glib/version.h.in | 23 ++
.../arrow-flight-glib/arrow-flight-glib-docs.xml | 4 +
c_glib/test/flight/test-client.rb | 21 +-
.../{test-client.rb => test-stream-reader.rb} | 38 ++-
c_glib/test/helper/flight-info-generator.rb | 7 +-
c_glib/test/helper/flight-server.rb | 10 +
...tch-iterator.rb => test-record-batch-reader.rb} | 25 +-
.../red-arrow-flight/test/helper/info-generator.rb | 6 +-
ruby/red-arrow-flight/test/helper/server.rb | 9 +
ruby/red-arrow-flight/test/test-client.rb | 8 +
ruby/red-arrow/lib/arrow/loader.rb | 1 +
.../{equal-options.rb => record-batch-reader.rb} | 19 +-
ruby/red-arrow/red-arrow.gemspec | 2 +-
ruby/red-arrow/test/test-record-batch-reader.rb | 46 +++
30 files changed, 1083 insertions(+), 67 deletions(-)
copy c_glib/test/flight/{test-client.rb => test-stream-reader.rb} (58%)
copy c_glib/test/{test-record-batch-iterator.rb =>
test-record-batch-reader.rb} (68%)
copy ruby/red-arrow/lib/arrow/{equal-options.rb => record-batch-reader.rb}
(76%)
create mode 100644 ruby/red-arrow/test/test-record-batch-reader.rb