Github user maropu commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19188#discussion_r138752752
  
    --- 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 --
    
    ok


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to