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

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   I am new to this project and I am looking at the Ruby gem in particular:
   
   https://github.com/apache/arrow/tree/main/ruby
   
   If you load **a large Parquet file stored in S3**:
   
   ```
   require 'arrow-dataset'
   
   s3_uri = URI('s3://bucket/public.csv')
   Arrow::Table.load(s3_uri)
   ```
   
   Can you query it without downloading the entire file? Is it possible to 
download only the relevant parts using byte ranges? Or the above command will 
always download the entire file and it's the only available solution?
   
   Thanks
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to