-
Couldn't load subscription status.
- Fork 1k
Closed
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The AsyncParquetReader currently fetches bytes and then performs decode, in scenarios where scanning an entire parquet file it may be beneficial to fetch data for the next row group in parallel to decoding the current row group.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
One of the experiments on https://github.com/apache/arrow-rs/pull/1509/files#diff-f6b1a106d47a16504d4a16d57a6632872ddf596f337ac0640a13523dccc2d4d4R448 implemented something along these lines using a peekable stream
Ted-Jiang and thinkharderdev
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog