kou opened a new issue, #45119: URL: https://github.com/apache/arrow/issues/45119
### Describe the bug, including details regarding any error messages, version, and platform. ```ruby require "arrow" Arrow::RecordBatch.new({"a" => [1, 2, 3]}).columns[0].size ``` ```text /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 -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org