Async Arrow Reader #5021
Labels
development-process
Related to development process of arrow-rs
enhancement
Any new improvement worthy of a entry in the changelog
This is largely a placeholder and would need further fleshing out if someone wishes to work on this
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Current we only support reading IPC files from a synchronous buffer. This limits the ability to read parts of files.
Describe the solution you'd like
I high-level implementation inspired by parquet might look like
This would then naturally lend itself to being wrapped up in an async interface similar to ParquetRecordBatchStream
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: