You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/11 15:59:36 UTC

[GitHub] [spark] pengbo opened a new pull request #24349: [Spark-27416][SQL]UnsafeMapData & UnsafeArrayData Kryo serialization breaks when two machines have different Oops size

pengbo opened a new pull request #24349: [Spark-27416][SQL]UnsafeMapData & UnsafeArrayData Kryo serialization breaks when two machines have different Oops size
URL: https://github.com/apache/spark/pull/24349
 
 
   ## What changes were proposed in this pull request?
   Finish the rest work of https://github.com/apache/spark/pull/24317, https://github.com/apache/spark/pull/9030
   a. Implement Kryo serialization for UnsafeArrayData
   b. fix UnsafeMapData Java/Kryo Serialization issue when two machines have different Oops size
   c. Move the duplicate code "getBytes()" to Utils.
   
   ## How was this patch tested?
   According Units has been added & tested
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org