Skip to content

Commit 1dae660

Browse files
committed
minor
1 parent 368c346 commit 1dae660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/vectorized/ColumnarBatchSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ class ColumnarBatchSuite extends SparkFunSuite {
669669
// Populate it with arrays [0], [1, 2], [], [3, 4, 5]
670670
column.putArrayOffsetAndLength(0, 0, 1)
671671
column.putArrayOffsetAndLength(1, 1, 2)
672-
column.putArrayOffsetAndLength(2, 2, 0)
672+
column.putArrayOffsetAndLength(2, 3, 0)
673673
column.putArrayOffsetAndLength(3, 3, 3)
674674

675675
val a1 = ColumnVectorUtils.toPrimitiveJavaArray(column.getArray(0)).asInstanceOf[Array[Int]]

0 commit comments

Comments
 (0)