Antoine Pitrou
Antoine Pitrou
@github-actions crossbow submit -g cpp -g wheel
Issue resolved by pull request 41703 https://github.com/apache/arrow/pull/41703
@felipecrv @amol- Should this PR be kept open now that #40206 was merged?
Note: it's not obvious that we should support this at all. `ReadableFile` implements the `RandomAccessFile` interface. This implies you can call `Seek` but also `ReadAt` on the resulting file.
Issue resolved by pull request 41958 https://github.com/apache/arrow/pull/41958
Well, feel free to do the change and run any benchmarks.
When doing this, please make sure the `check_committers.py ` script remains functional.
@github-actions crossbow submit -g cpp
I tried this locally and it fails on all the Parquet files I tried to throw at it. Example: ```console $ /build/build-test/debug/parquet-dump-footer --json --in `pwd`/parquet-testing/data/alltypes_plain.parquet terminate called after throwing an...
I'll push a fix for that.