Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/22779#discussion_r234204540
--- Diff:
core/src/test/scala/org/apache/spark/serializer/KryoSerializerSuite.scala ---
@@ -497,6 +498,17 @@ class KryoSerializerAutoResetDisabledSuite extends
SparkFunSuite with SharedSpar
deserializationStream.close()
assert(serInstance.deserialize[Any](helloHello) === ((hello, hello)))
}
+
+ test("ByteBuffer.array -- UnsupportedOperationException") {
--- End diff --
It would be good to add a prefix like "SPARK-25786: ...".
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]