zhengruifeng commented on code in PR #46218:
URL: https://github.com/apache/spark/pull/46218#discussion_r1579013706
##########
mllib/src/main/scala/org/apache/spark/ml/stat/Summarizer.scala:
##########
@@ -397,17 +398,12 @@ private[spark] object SummaryBuilderImpl extends Logging {
override def serialize(state: SummarizerBuffer): Array[Byte] = {
// TODO: Use ByteBuffer to optimize
Review Comment:
LGTM
actually this TODO originated from
https://github.com/apache/spark/commit/07549b20a3fc2a282e080f76a2be075e4dd5ebc7
, so cc @WeichenXu123
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]