sandeep-katta commented on a change in pull request #24317: 
[Spark-27406][SQL]UnsafeArrayData serialization breaks when two machines have 
different Oops size
URL: https://github.com/apache/spark/pull/24317#discussion_r273015908
 
 

 ##########
 File path: 
sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/UnsafeArrayData.java
 ##########
 @@ -52,7 +58,7 @@
  * Instances of `UnsafeArrayData` act as pointers to row data stored in this 
format.
  */
 
-public final class UnsafeArrayData extends ArrayData {
+public final class UnsafeArrayData extends ArrayData implements Externalizable 
{
 
 Review comment:
   implement KryoSerializable also

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to