[ 
https://issues.apache.org/jira/browse/ARROW-6204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16907419#comment-16907419
 ] 

Yosuke Shiro commented on ARROW-6204:
-------------------------------------

I've created a pull request. https://github.com/apache/arrow/pull/5086
And sorry. I forgot to leave the following error message in the previous 
comment.
{code:java}
....E
======================================================================================
57: ]
58: right_chunked_array = Arrow::ChunkedArray.new(chunks)
59: assert_equal(build_boolean_array([true, true, true, false]),
=> 60: left_array.is_in(right_chunked_array))
61: end
62: end
63: end
/Users/shiro/dev/arrow/c_glib/test/test-is-in.rb:60:in `test_no_null'
/Users/shiro/.rbenv/versions/2.6.0/lib/ruby/site_ruby/2.6.0/gobject-introspection/loader.rb:533:in
 `block in define_method'
/Users/shiro/.rbenv/versions/2.6.0/lib/ruby/site_ruby/2.6.0/gobject-introspection/loader.rb:616:in
 `invoke'
/Users/shiro/.rbenv/versions/2.6.0/lib/ruby/site_ruby/2.6.0/gobject-introspection/loader.rb:616:in
 `invoke'
Error: test_no_null(TestIsIn::ChunkedArray):
ArgumentError: must be <GArrowArray> object: <[
[
1,
0
],
[
1,
0,
3
]
]>
======================================================================================
......................................................................................
......................................................................................
......................................................................................
.......WARNING: Logging before InitGoogleLogging() is written to STDERR
{code}

We may need to change Ruby/GObjectIntrospection.

> [GLib] Add garrow_array_is_in_chunked_array()
> ---------------------------------------------
>
>                 Key: ARROW-6204
>                 URL: https://issues.apache.org/jira/browse/ARROW-6204
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: GLib
>            Reporter: Yosuke Shiro
>            Assignee: Yosuke Shiro
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is follow-up of 
> [https://github.com/apache/arrow/pull/5047#issuecomment-520103706].



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to