You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, only ParquetExec supports having multiple files per partition. CSV, Json and Avro execution plans should work the same way.
Describe the solution you'd like
I will create a generic abstraction, FileStream, that will take care of converting a list of files into a record batch stream, then replace NdJsonStream, CsvStream and AvroStream with that abstraction.
Additional context
I will submit a PR for this as soon as #1120 is merged (in order to avoid conflicts on various abstractions).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently, only
ParquetExec
supports having multiple files per partition. CSV, Json and Avro execution plans should work the same way.Describe the solution you'd like
I will create a generic abstraction,
FileStream
, that will take care of converting a list of files into a record batch stream, then replaceNdJsonStream
,CsvStream
andAvroStream
with that abstraction.Additional context
I will submit a PR for this as soon as #1120 is merged (in order to avoid conflicts on various abstractions).
The text was updated successfully, but these errors were encountered: