otegami commented on code in PR #37600:
URL: https://github.com/apache/arrow/pull/37600#discussion_r1317927717
##########
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:
I was uncertain about the appropriate location to add the following test
cases.
I added it here because `each_raw_record` is one of the methods for
Arrow::Table or Arrow::RecordBatch and `est/each-raw-record/*` focuses on the
test related to arrays.
- ruby/red-arrow/test/each-raw-record/*
- ruby/red-arrow/test/test-record-batch.rb
--
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]