You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "collimarco (via GitHub)" <gi...@apache.org> on 2023/05/24 12:34:54 UTC

[GitHub] [arrow] collimarco commented on issue #34781: [Ruby] Query a parquet file on S3 without downloading it (using byte ranges)

collimarco commented on issue #34781:
URL: https://github.com/apache/arrow/issues/34781#issuecomment-1561045360

   @kou 
   
   I am testing this code:
   
   ```ruby
   table = Arrow::Table.load('sample.parquet', format: :parquet, filter: [:equal, :status, 200])
   puts table
   ```
   
   The problem is that it prints rows that don't match the filter... for example it also prints rows that have a status 302 or 500. Why? Is that a bug? Or I misunderstood something?


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