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

    https://github.com/apache/spark/pull/19188#discussion_r138796870
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/TPCDSQueryBenchmarkArguments.scala
 ---
    @@ -29,7 +33,11 @@ class TPCDSQueryBenchmarkArguments(val args: 
Array[String]) {
         while(args.nonEmpty) {
           args match {
             case ("--data-location") :: value :: tail =>
    -          dataLocation = value
    +          dataLocation = value.toLowerCase(Locale.ROOT)
    --- End diff --
    
    I am not sure about that one. 


---

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

Reply via email to