10110346 commented on a change in pull request #23296: [mllib]MergeAggregate 
serialize and deserialize function use Bytebuffer to optimize
URL: https://github.com/apache/spark/pull/23296#discussion_r240919446
 
 

 ##########
 File path: mllib/src/main/scala/org/apache/spark/ml/stat/Summarizer.scala
 ##########
 @@ -18,16 +18,18 @@
 package org.apache.spark.ml.stat
 
 import java.io._
+import java.nio.ByteBuffer
 
 import org.apache.spark.annotation.{Experimental, Since}
 import org.apache.spark.internal.Logging
-import org.apache.spark.ml.linalg.{Vector, Vectors, VectorUDT}
+import org.apache.spark.ml.linalg.{Vector, VectorUDT, Vectors}
 
 Review comment:
   Keep the original order.

----------------------------------------------------------------
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]

Reply via email to