Skip to content
Prev Previous commit
Next Next commit
Fixed compilation issuses
  • Loading branch information
ravipesala committed Feb 27, 2015
commit a27cca6cf167dbbebceff2f35b8d44b7a823ad49
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,6 @@ class SQLQuerySuite extends QueryTest with BeforeAndAfterAll {
sql(
"""SELECT a.key FROM testData a
|WHERE a.key in
|(SELECT b.key FROM testData b WHERE b.key in (1))""".stripMargin), 1)
|(SELECT b.key FROM testData b WHERE b.key in (1))""".stripMargin), Row(1))
}
}