Skip to content
Closed
Prev Previous commit
Next Next commit
fix scalastyle error
  • Loading branch information
kiszk committed Mar 27, 2016
commit 60f6719dbbaf772436b9576b401fda6f8e673100
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class InMemoryColumnarQuerySuite extends QueryTest with SharedSQLContext {
assert(data.filter($"s" === "3").count() === 1)
}

test("SPARK-14138: Generated SpecificColumnarIterator code can exceed JVM size limit for cached DataFrames") {
test("SPARK-14138: Generated SpecificColumnarIterator can exceed JVM size limit for cached DF") {
val length = 10000
val columnTypes = List.fill(length)(IntegerType)
val columnarIterator = GenerateColumnAccessor.generate(columnTypes)
Expand Down