[
https://issues.apache.org/jira/browse/ARROW-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659837#comment-17659837
]
Rok Mihevc commented on ARROW-2812:
-----------------------------------
This issue has been migrated to [issue
#19190|https://github.com/apache/arrow/issues/19190] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Ruby] StructArray#[] raises NoMethodError
> -------------------------------------------
>
> Key: ARROW-2812
> URL: https://issues.apache.org/jira/browse/ARROW-2812
> Project: Apache Arrow
> Issue Type: Bug
> Components: Ruby
> Reporter: Tomohiro Hashidate
> Assignee: Tomohiro Hashidate
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> `Arrow::StructArray` does not have `#get_value` method, and `Arrow::Array#[]`
> interface depends on `#get_value` method.
> And so, `StructArray` cannot access internal columns via `#[]` interface.
>
> Error message is following.
> NoMethodError: undefined method `get_value' for
> #<Arrow::StructArray:0x0000000001859ac0>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)