rdettai opened a new pull request #1138:
URL: https://github.com/apache/arrow-datafusion/pull/1138
# Which issue does this PR close?
Closes #1122.
# Rationale for this change
Enable multiple files per partitions in the `CsvExec`, `NdJsonExec` and
`AvroExec`.
Factorize the `[Csv,Json,Avro]Stream` code.
# What changes are included in this PR?
- `CsvExec`, `NdJsonExec` and `AvroExec` now take a grouped list of files as
input
- A generic `FileStream` abstraction was created that serves as internal
`Stream` implementation for `CsvExec`, `NdJsonExec` and `AvroExec`
# Are there any user-facing changes?
No, apart for users that would instantiate `CsvExec`, `NdJsonExec` and
`AvroExec` directly (unlikely)
--
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]