We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1153f75 commit d414cd7Copy full SHA for d414cd7
sql/core/src/test/scala/org/apache/spark/sql/TestData.scala
@@ -32,8 +32,8 @@ object TestData {
32
33
case class TestData1(a: Int, b: Int)
34
val testData1: SchemaRDD =
35
- TestSQLContext.sparkContext.parallelize(
36
- TestData1(2147483644, 1) ::
+ TestSQLContext.sparkContext.parallelize(
+ TestData1(2147483644, 1) ::
37
TestData1(1, 2) ::
38
TestData1(2147483645, 1) ::
39
TestData1(2, 2) ::
0 commit comments