Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gatorsmile committed Sep 28, 2017
1 parent d74dee1 commit a6bbf82
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ import org.apache.spark.sql.catalyst.util.resourceToString
import org.apache.spark.sql.internal.SQLConf
import org.apache.spark.sql.test.SharedSQLContext

/**
* This test suite ensures all the TPC-DS queries can be successfully analyzed and optimized
* without hitting the max iteration threshold.
*/
class TPCDSQuerySuite extends QueryTest with SharedSQLContext with BeforeAndAfterAll {

/**
Expand Down

0 comments on commit a6bbf82

Please sign in to comment.