[ 
https://issues.apache.org/jira/browse/SPARK-33417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Takeshi Yamamuro resolved SPARK-33417.
--------------------------------------
    Fix Version/s: 3.1.0
                   3.0.2
                   2.4.8
         Assignee: Takeshi Yamamuro
       Resolution: Fixed

Resolved by https://github.com/apache/spark/pull/30324

> 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
>            Assignee: Takeshi Yamamuro
>            Priority: Minor
>             Fix For: 2.4.8, 3.0.2, 3.1.0
>
>
> This PR intends to fix 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