kou commented on code in PR #37137:
URL: https://github.com/apache/arrow/pull/37137#discussion_r1294134901


##########
ruby/red-arrow/ext/arrow/raw-records.cpp:
##########
@@ -26,7 +26,9 @@ namespace red_arrow {
       explicit RawRecordsBuilder(VALUE records, int n_columns)
         : Converter(),
           records_(records),
-          n_columns_(n_columns) {
+          record_(Qnil),
+          n_columns_(n_columns),
+          is_produce_mode_(false) {

Review Comment:
   Ah, I should have written `RawRecordsProducer` not `RawRecordProducer` 
because it produces multiple raw records.
   
   So I think that we can still use `raw-records.cpp` instead of 
`raw-record.cpp` because it also handles multiple raw records not just one raw 
record. 



-- 
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]

Reply via email to