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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]