You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/tmp/local/lib/ruby/gems/3.4.0+1/gems/red-arrow-19.0.0.SNAPSHOT/lib/arrow/column.rb:62:in 'Arrow::Column#n_rows': undefined method 'n_rows' for an instance of Arrow::UInt8Array (NoMethodError)
@data.n_rows
^^^^^^^
from /tmp/a.rb:2:in '<main>'
Component(s)
Ruby
The text was updated successfully, but these errors were encountered:
### Rationale for this change
`#n_rows` is available only on `Arrow::ChunkedArray`. It's not available on `Arrow::Array`.
### What changes are included in this PR?
It's available on both of `Arrow::Array` and `Arrow::ChunkedArray`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #45119
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
Component(s)
Ruby
The text was updated successfully, but these errors were encountered: