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 72552be ARROW-13202: [MATLAB] Enable GitHub Actions CI for MATLAB
Interface on Linux
add 38c9b37 ARROW-13651: [Ruby] Add support for converting [Symbol] to
Arrow array
No new revisions were added by this update.
Summary of changes:
c_glib/arrow-glib/array-builder.cpp | 26 ++++--
ruby/red-arrow/lib/arrow/array-builder.rb | 5 +
...eader.rb => binary-dictionary-array-builder.rb} | 11 +--
ruby/red-arrow/lib/arrow/loader.rb | 3 +
...eader.rb => string-dictionary-array-builder.rb} | 11 +--
.../{buffer.rb => symbol-values-appendable.rb} | 16 ++--
ruby/red-arrow/test/test-array-builder.rb | 7 ++
.../test/test-binary-dictionary-array-builder.rb | 103 +++++++++++++++++++++
.../test/test-string-dictionary-array-builder.rb | 103 +++++++++++++++++++++
9 files changed, 260 insertions(+), 25 deletions(-)
copy ruby/red-arrow/lib/arrow/{record-batch-file-reader.rb =>
binary-dictionary-array-builder.rb} (84%)
copy ruby/red-arrow/lib/arrow/{record-batch-file-reader.rb =>
string-dictionary-array-builder.rb} (84%)
copy ruby/red-arrow/lib/arrow/{buffer.rb => symbol-values-appendable.rb} (74%)
create mode 100644 ruby/red-arrow/test/test-binary-dictionary-array-builder.rb
create mode 100644 ruby/red-arrow/test/test-string-dictionary-array-builder.rb