oridag opened a new issue, #6630: URL: https://github.com/apache/arrow-datafusion/issues/6630
### Is your feature request related to a problem or challenge? It would be useful to allow stream compression for output file formats that don't have built in compression spec like parquet ### Describe the solution you'd like `DataFrame::write_json` and `DataFrame::write_csv` can take an optional `Compression` argument ### Describe alternatives you've considered An alternative would be to post process the output files and compress them, but that's less efficient compared to stream compress them while writing ### Additional context _No response_ -- 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]
