Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"One file output" option added for csv/json. (#21)
* Add the -o/--one-file option for forcing the output to be a single file. * Sync version. * Update datafusion & tokio. * Refactor datafusion imports. Add some more for parquet output. * Rename "-o/--one_file" into "-s/--single-file". * Rustfmt. * Add -z/--zstd to enable Zstd compression instead of the default. * Add descriptions for --help. * Update Cargo.toml --------- Co-authored-by: Andy Grove <[email protected]>
- Loading branch information