[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12913 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-21 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r84570784 --- Diff: core/src/test/scala/org/apache/spark/serializer/KryoBenchmark.scala --- @@ -0,0 +1,133 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-21 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r84570771 --- Diff: core/src/test/scala/org/apache/spark/serializer/KryoBenchmark.scala --- @@ -0,0 +1,133 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-21 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r84570758 --- Diff: core/src/test/scala/org/apache/spark/serializer/KryoBenchmark.scala --- @@ -0,0 +1,133 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-21 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r84570741 --- Diff: core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala --- @@ -248,8 +266,9 @@ class KryoDeserializationStream( } }

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-21 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r84570738 --- Diff: core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala --- @@ -219,9 +232,14 @@ class KryoSerializationStream( private[spark]

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-21 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r84570736 --- Diff: core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala --- @@ -186,9 +193,15 @@ class KryoSerializer(conf: SparkConf)

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-21 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r84570727 --- Diff: core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala --- @@ -78,8 +79,14 @@ class KryoSerializer(conf: SparkConf)

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-21 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r84570704 --- Diff: core/src/test/scala/org/apache/spark/serializer/UnsafeKryoSerializerSuite.scala --- @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-21 Thread techaddict
Github user techaddict commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r84570678 --- Diff: core/src/test/scala/org/apache/spark/serializer/UnsafeKryoSerializerSuite.scala --- @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-21 Thread mateiz
Github user mateiz commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r84570152 --- Diff: core/src/test/scala/org/apache/spark/serializer/UnsafeKryoSerializerSuite.scala --- @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-18 Thread mateiz
Github user mateiz commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r83972911 --- Diff: core/src/test/scala/org/apache/spark/serializer/KryoSerializerSuite.scala --- @@ -75,9 +75,11 @@ class KryoSerializerSuite extends SparkFunSuite

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-18 Thread mateiz
Github user mateiz commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r83971706 --- Diff: core/src/test/scala/org/apache/spark/serializer/KryoSerializerSuite.scala --- @@ -75,9 +75,11 @@ class KryoSerializerSuite extends SparkFunSuite

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-10-18 Thread mateiz
Github user mateiz commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r83971396 --- Diff: core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala --- @@ -78,8 +79,14 @@ class KryoSerializer(conf: SparkConf)

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-08-03 Thread techaddict
Github user techaddict commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r73454617 --- Diff: core/src/test/scala/org/apache/spark/serializer/KryoSerializerSuite.scala --- @@ -399,6 +399,14 @@ class KryoSerializerSuite extends

[GitHub] spark pull request #12913: [SPARK-928][CORE] Add support for Unsafe-based se...

2016-08-03 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/12913#discussion_r73431033 --- Diff: core/src/test/scala/org/apache/spark/serializer/KryoSerializerSuite.scala --- @@ -399,6 +399,14 @@ class KryoSerializerSuite extends SparkFunSuite