kou commented on issue #34781:
URL: https://github.com/apache/arrow/issues/34781#issuecomment-1562275895
Ah, you need to use `URI` instead of `String` to use `filter:` (and `format:
:parquet` is redundant when a file name has `.parquet` extension):
```text
table = Arrow::Table.load(URI('sample.parquet'), filter: [:equal, :status,
200])
puts table
```
--
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]