You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by sh...@apache.org on 2019/08/25 19:26:08 UTC

[arrow] branch master updated (e0fa3d1 -> 0f9c4a9)

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

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


    from e0fa3d1  ARROW-6238: [C++][Dataset] Implement SimpleDataSource, SimpleDataFragment and SimpleScanTask
     add 0f9c4a9  ARROW-6350: [Ruby] Remove Arrow::Struct and use Hash instead

No new revisions were added by this update.

Summary of changes:
 ruby/red-arrow/lib/arrow/struct-array-builder.rb |  8 +--
 ruby/red-arrow/lib/arrow/struct-array.rb         | 24 +++----
 ruby/red-arrow/lib/arrow/struct.rb               | 79 -----------------------
 ruby/red-arrow/test/test-struct-array-builder.rb |  8 +--
 ruby/red-arrow/test/test-struct-array.rb         |  8 +--
 ruby/red-arrow/test/test-struct.rb               | 81 ------------------------
 6 files changed, 22 insertions(+), 186 deletions(-)
 delete mode 100644 ruby/red-arrow/lib/arrow/struct.rb
 delete mode 100644 ruby/red-arrow/test/test-struct.rb