maropu commented on a change in pull request #23569: [SPARK-25713][SQL] -
adding copy for ColumnArray
URL: https://github.com/apache/spark/pull/23569#discussion_r250440192
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/vectorized/ColumnVectorSuite.scala
##########
@@ -130,9 +142,11 @@ class ColumnVectorSuite extends SparkFunSuite with
BeforeAndAfterEach {
}
val array = new ColumnarArray(testVector, 0, 10)
+ val arrayCopy = array.copy()
Review comment:
btw, better to add a new test unit instead of modifying the existing tests?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]