Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19188#discussion_r138545182 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/TPCDSQueryBenchmark.scala --- @@ -29,9 +30,9 @@ import org.apache.spark.util.Benchmark /** * Benchmark to measure TPCDS query performance. * To run this: - * spark-submit --class <this class> <spark sql test jar> <TPCDS data location> + * spark-submit --class <this class> <spark sql test jar> --data-location <TPCDS data location> --- End diff -- This looks incorrect?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org