Moelf commented on PR #422:
URL: https://github.com/apache/arrow-julia/pull/422#issuecomment-1502635310

   ```
   stream = Arrow.Stream(path)
   for tbl in stream
   ```
   
   the problem of this approach is it's decompressing every branch. Consider 
examples such as:
   - https://github.com/apache/arrow-julia/issues/417
   
   decompressing every branch would be super slower
   
   


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

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

Reply via email to