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 2021/04/26 12:48:45 UTC

[GitHub] [arrow-rs] alamb opened a new issue #193: JSON reader does not implement iterator

alamb opened a new issue #193:
URL: https://github.com/apache/arrow-rs/issues/193


   *Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11823
   
   https://docs.rs/arrow/3.0.0/arrow/json/reader/struct.Reader.html does not implement the iterator trait even though it implements next.


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

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



[GitHub] [arrow-rs] alamb commented on issue #193: JSON reader does not implement iterator

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #193:
URL: https://github.com/apache/arrow-rs/issues/193#issuecomment-834499643


   I think this is also a good first issue as well


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

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



[GitHub] [arrow-rs] alamb commented on issue #193: JSON reader does not implement iterator

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #193:
URL: https://github.com/apache/arrow-rs/issues/193#issuecomment-834319981


   There is no reason I know of that this should not be done


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

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



[GitHub] [arrow-rs] domoritz commented on issue #193: JSON reader does not implement iterator

Posted by GitBox <gi...@apache.org>.
domoritz commented on issue #193:
URL: https://github.com/apache/arrow-rs/issues/193#issuecomment-834023799


   The CSV has an iterator in https://github.com/apache/arrow-rs/blob/b76e8c9fa3c6373dd839d2547a5c010f4a31ecae/arrow/src/csv/reader.rs#L372. 


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

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



[GitHub] [arrow-rs] domoritz commented on issue #193: JSON reader does not implement iterator

Posted by GitBox <gi...@apache.org>.
domoritz commented on issue #193:
URL: https://github.com/apache/arrow-rs/issues/193#issuecomment-834571567


   @erichutchins do you want to look into this to fix https://github.com/domoritz/json2parquet/issues/1? 


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

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



[GitHub] [arrow-rs] alamb commented on issue #193: JSON reader does not implement iterator

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #193:
URL: https://github.com/apache/arrow-rs/issues/193#issuecomment-834498863


   > Is this a bug or an enhancement request? I'm not sure how I would use the reader to read all batches without the iterator.
   
   
   It can be whatever you want :) 


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

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



[GitHub] [arrow-rs] nevi-me closed issue #193: JSON reader does not implement iterator

Posted by GitBox <gi...@apache.org>.
nevi-me closed issue #193:
URL: https://github.com/apache/arrow-rs/issues/193


   


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

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



[GitHub] [arrow-rs] domoritz commented on issue #193: JSON reader does not implement iterator

Posted by GitBox <gi...@apache.org>.
domoritz commented on issue #193:
URL: https://github.com/apache/arrow-rs/issues/193#issuecomment-834474011


   Is this a bug or an enhancement request? I'm not sure how I would use the reader to read all batches without the iterator. 


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

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



[GitHub] [arrow-rs] alamb edited a comment on issue #193: JSON reader does not implement iterator

Posted by GitBox <gi...@apache.org>.
alamb edited a comment on issue #193:
URL: https://github.com/apache/arrow-rs/issues/193#issuecomment-834498863


   > Is this a bug or an enhancement request? I'm not sure how I would use the reader to read all batches without the iterator.
   
   
   It can be whatever you want :) I'll start with bug and we can change it if you want. Please feel free to contribute a PR 


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

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