Commits


Kouhei Sutou authored and Yosuke Shiro committed 8704f8bd98f
ARROW-4183: [Ruby] Add Arrow::Struct as an element of Arrow::StructArray Returning Arrow::Array by Arrow::StructArray#[] is deprecated. It'll return Arrow::Struct in the next release. It's for consistency. All Arrow::Array#[] implementations should return an element. Author: Kouhei Sutou <kou@clear-code.com> Closes #3338 from kou/ruby-struct and squashes the following commits: a0561954 <Kouhei Sutou> Add Arrow::Struct as an element of Arrow::StructArray