Taepper commented on PR #46926:
URL: https://github.com/apache/arrow/pull/46926#issuecomment-3789901693
I see that there is an unintended API breakage for ruby:
```
/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):
```
`SortKey` without a specified null-placement should be constructable with a
default `NullPlacement` of `AtEnd`
--
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]