Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/19188#discussion_r138681442
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/TPCDSQueryBenchmarkArguments.scala
---
@@ -32,6 +36,10 @@ class TPCDSQueryBenchmarkArguments(val args:
Array[String]) {
dataLocation = value
args = tail
+ case ("--query-filter") :: value :: tail =>
+ queryFilter =
value.toLowerCase(Locale.ROOT).split(",").map(_.trim).toSet
--- End diff --
Could you also make `"--data-location"` case insensitive?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]