Takeshi Yamamuro created SPARK-33417:
----------------------------------------

             Summary: Correct the behaviour of query filters in 
TPCDSQueryBenchmark 
                 Key: SPARK-33417
                 URL: https://issues.apache.org/jira/browse/SPARK-33417
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.4.8, 3.0.2, 3.1.0
            Reporter: Takeshi Yamamuro


This ticket targets at fixing the behaviour of query filters in 
{{TPCDSQueryBenchmark}}. We can use an option {{--query-filter}} for selecting 
TPCDS queries to run, e.g., {{--query-filter q6,q8,q13}}. But, the current 
master has a weird behaviour about the option. For example, if we pass 
{{--query-filter q6}} so as to run the TPCDS q6 only, {{TPCDSQueryBenchmark}} 
runs {{q6}} and {{q6-v2.7}} because the {{filterQueries}} method does not 
respect the name suffix. So, there is no way now to run the TPCDS q6 only.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to