Atte Keinänen created ARROW-18086:
-------------------------------------
Summary: In Red Arrow, importing table containing float16 array
throws error
Key: ARROW-18086
URL: https://issues.apache.org/jira/browse/ARROW-18086
Project: Apache Arrow
Issue Type: Bug
Components: Ruby
Affects Versions: 9.0.0
Reporter: Atte Keinänen
Assignee: Kouhei Sutou
In Red Arrow, loading table containing float16 array leads to this error when
using IPC streaming format:
{code:java}
> Arrow::Table.load(Arrow::Buffer.new(resp.body), format: :arrow_streaming)
cannot create instance of abstract (non-instantiatable) type 'GArrowDataType'
from
/usr/local/bundle/gems/gobject-introspection-4.0.3/lib/gobject-introspection/loader.rb:688:in
`invoke' from
/usr/local/bundle/gems/gobject-introspection-4.0.3/lib/gobject-introspection/loader.rb:559:in
`get_field'{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)