Skip to content

Commit

Permalink
fommatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
egraldlo committed Jun 5, 2014
1 parent 1153f75 commit d414cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/core/src/test/scala/org/apache/spark/sql/TestData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ object TestData {

case class TestData1(a: Int, b: Int)
val testData1: SchemaRDD =
TestSQLContext.sparkContext.parallelize(
TestData1(2147483644, 1) ::
TestSQLContext.sparkContext.parallelize(
TestData1(2147483644, 1) ::
TestData1(1, 2) ::
TestData1(2147483645, 1) ::
TestData1(2, 2) ::
Expand Down

0 comments on commit d414cd7

Please sign in to comment.