You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/18 16:55:37 UTC

[GitHub] [arrow] Arttii commented on issue #12667: Dataset not supporting RecordBatchReader

Arttii commented on issue #12667:
URL: https://github.com/apache/arrow/issues/12667#issuecomment-1072603158


   @wjones127 thanks for the reply, and sorry for the lack of detail. I am using 7.0.0, but I wanted to create a dataset to read. Basically, I was trying to get a dataset to read from a Flight response. Basically:
   
   ```
   reader = client.do_get(fl.Ticket('nyc/2015')).to_reader()
   dataset = ds.dataset(reader)
   ```
   Is something like this planned, or I am just misunderstanding it?


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

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