stenlarsson opened a new issue, #48610:
URL: https://github.com/apache/arrow/issues/48610
### Describe the bug, including details regarding any error messages,
version, and platform.
The following code
```ruby
Arrow::FixedSizeListArray.new([:fixed_size_list, :int8, 2], [[1, 2], [3, 4]])
```
Fails with
```
ArgumentError: wrong arguments:
Arrow::FixedSizeListArray#initialize([:fixed_size_list, :int8, 2], [[1, 2], [3,
4]]):
available signatures:
Arrow::FixedSizeListArray#initialize(data_type:
interface(Arrow::DataType(GArrowDataType)), length: int64, values:
interface(Arrow::Array(GArrowArray)), null_bitmap: (may be null)
interface(Arrow::Buffer(GArrowBuffer)), n_nulls: int64)
```
### Component(s)
Ruby
--
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]