etseidl commented on PR #8763:
URL: https://github.com/apache/arrow-rs/pull/8763#issuecomment-3475131350
Here's an excerpt from a run of the new benchmark that shows the schema is
actually skipped.
```
decode parquet metadata time: [14.401 µs 14.436 µs 14.475 µs]
decode metadata with schema
time: [7.1264 µs 7.1461 µs 7.1677 µs]
decode parquet metadata (wide)
time: [48.440 ms 48.828 ms 49.445 ms]
decode metadata (wide) with schema
time: [43.212 ms 43.452 ms 43.793 ms]
```
--
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]