This is an automated email from the ASF dual-hosted git repository.

dheres pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new ca564fa  Default to zstd in convert tool (#849)
ca564fa is described below

commit ca564faf1fcb0ebab7eb14531164198c807daea0
Author: DaniĆ«l Heres <[email protected]>
AuthorDate: Wed Aug 11 07:24:15 2021 +0200

    Default to zstd in convert tool (#849)
---
 benchmarks/src/bin/tpch.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/src/bin/tpch.rs b/benchmarks/src/bin/tpch.rs
index 10b5c2d..7e43e13 100644
--- a/benchmarks/src/bin/tpch.rs
+++ b/benchmarks/src/bin/tpch.rs
@@ -152,7 +152,7 @@ struct ConvertOpt {
     file_format: String,
 
     /// Compression to use when writing Parquet files
-    #[structopt(short = "c", long = "compression", default_value = "snappy")]
+    #[structopt(short = "c", long = "compression", default_value = "zstd")]
     compression: String,
 
     /// Number of partitions to produce

Reply via email to