otegami commented on code in PR #37600:
URL: https://github.com/apache/arrow/pull/37600#discussion_r1320890375
##########
ruby/red-arrow/test/test-record-batch.rb:
##########
@@ -178,5 +178,29 @@ def setup
@record_batch[[:c, "a", -1, 3..4]])
end
end
+
+ sub_test_case("#each_raw_record") do
Review Comment:
fix:
[bc23b9c](https://github.com/apache/arrow/pull/37600/commits/bc23b9c8e3c91e09b4023b057294663919ff7dac)
I misunderstood that we explicitly had to call the 'each_raw_record' with a
block because I didn't understand how Enumerable#to_a worked.
I will unify tests with raw_records and each_raw_record at the following
issue.
- https://github.com/apache/arrow/issues/37563
--
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]