Github user sarutak commented on a diff in the pull request:
https://github.com/apache/spark/pull/18592#discussion_r137985658
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/TPCDSQueryBenchmark.scala
---
@@ -99,6 +95,20 @@ object TPCDSQueryBenchmark {
}
def main(args: Array[String]): Unit = {
+ if (args.length < 1) {
--- End diff --
We can pass the argument through the run-configuration even though we use
IDE like IntelliJ right?
Or, how about give `dataLocation` through a new property?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]