Skip to content

Commit

Permalink
Fix maven jenkins: Add explicit init for required tables in SQLQueryS…
Browse files Browse the repository at this point in the history
…uite
  • Loading branch information
marmbrus committed Mar 21, 2014
1 parent 9aadcff commit 3366e37
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ import TestSQLContext._
import TestData._

class SQLQuerySuite extends QueryTest {
// Make sure the tables are loaded.
TestData

test("agg") {
checkAnswer(
sql("SELECT a, SUM(b) FROM testData2 GROUP BY a"),
Expand Down

0 comments on commit 3366e37

Please sign in to comment.