GitHub user dongjoon-hyun opened a pull request:

    https://github.com/apache/spark/pull/17977

    [SPARK-20735][SQL][TEST] Enable cross join in TPCDSQueryBenchmark

    ## What changes were proposed in this pull request?
    
    Since [SPARK-17298](https://issues.apache.org/jira/browse/SPARK-17298), 
some queries (q28, q61, q77, q88, q90) in the test suites fail with a message 
"_Use the CROSS JOIN syntax to allow cartesian products between these 
relations_".
    
    This benchmark is used as a reference model for Spark TPC-DS, so this PR 
aims to enable the correct configuration in `TPCDSQueryBenchmark.scala`.
    
    ## How was this patch tested?
    
    Manual. (Run TPCDSQueryBenchmark)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-20735

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/17977.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #17977
    
----
commit 5a6d9c73220f5f992720afb5db4c3c239028d8e2
Author: Dongjoon Hyun <[email protected]>
Date:   2017-05-14T14:27:02Z

    [SPARK-20735][SQL][TEST] Enable cross join in TPCDSQueryBenchmark

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to