apache / datafusion-ballista

Apache DataFusion Ballista Distributed Query Engine
https://datafusion.apache.org/ballista
Apache License 2.0
1.39k stars 181 forks source link

Use StreamWriter instead of FileWriter #942

Closed Dandandan closed 6 months ago

Dandandan commented 6 months ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do. It is redundant to store schema information in the shuffle files, as we already have them as part of the execution plan / query stages.

Describe the solution you'd like Use IPC streams instead of file format.

Describe alternatives you've considered

Additional context