andygrove commented on code in PR #2022: URL: https://github.com/apache/datafusion-ballista/pull/2022#discussion_r3571065680
########## benchmarks/tpcds/generate_data.sh: ########## @@ -0,0 +1,119 @@ +#!/usr/bin/env bash +# Generate TPC-DS SF1 data as Parquet for Ballista benchmarks. +# Requires dsdgen from TPC-DS tools (https://www.tpc.org/tpcds/). Review Comment: I'd recommend using https://github.com/clflushopt/tpchgen-rs instead. It supports generating both TPC-H and TPC-DS and is much faster than dsdgen -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
