You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/03/03 21:30:07 UTC

[GitHub] [arrow] kou opened a new issue, #34440: [Ruby] `each` without block support is missing for `RecordBatch{File,Stream}Reader`

kou opened a new issue, #34440:
URL: https://github.com/apache/arrow/issues/34440

   ### Describe the enhancement requested
   
   The followings don't work:
   
   ```ruby
   reader = Arrow::RecordBatchFileReader.new(input)
   reader.each.to_a
   ```
   
   ```ruby
   reader = Arrow::RecordBatchStreamReader.new(input)
   reader.each.to_a
   ```
   
   ### 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-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #34440: [Ruby] `each` without block support is missing for `RecordBatch{File,Stream}Reader`

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #34440: [Ruby] `each` without block support is missing for `RecordBatch{File,Stream}Reader`
URL: https://github.com/apache/arrow/issues/34440


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org