Taepper commented on PR #46926:
URL: https://github.com/apache/arrow/pull/46926#issuecomment-3790008173
Just to confirm, I just noticed that the breakage I pasted above:
```
/Users/runner/work/arrow/arrow/c_glib/test/test-select-k-options.rb:33:in
`test_sort_keys'
30:
31: def test_sort_keys
32: sort_keys = [
=> 33: Arrow::SortKey.new("column1", :ascending),
34: Arrow::SortKey.new("column2", :descending),
35: ]
36: @options.sort_keys = sort_keys
Error: ArgumentError: wrong arguments: Arrow::SortKey#initialize("column1",
:ascending):
```
Is not in the red-arrow ruby gem, but only in the GI bindings. Is this
tolerable? I.e. are they only used for internal tests as the one I pasted, or
are they part of arrow's published api?
Sorry for my lack of knowledge in this regard
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]