wbo4958 commented on code in PR #50013: URL: https://github.com/apache/spark/pull/50013#discussion_r1962817999
########## mllib/src/main/scala/org/apache/spark/ml/Model.scala: ########## @@ -18,6 +18,7 @@ package org.apache.spark.ml import org.apache.spark.ml.param.ParamMap +import org.apache.spark.util.SizeEstimator Review Comment: This is my first time knowing SizeEstimator to estimating the java object size. That's cool. -- 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]
