LuciferYang commented on code in PR #43126: URL: https://github.com/apache/spark/pull/43126#discussion_r1337157681
########## mllib/src/main/scala/org/apache/spark/mllib/api/python/GaussianMixtureModelWrapper.scala: ########## @@ -17,7 +17,7 @@ package org.apache.spark.mllib.api.python -import scala.collection.JavaConverters +import scala.jdk.javaapi.CollectionConverters.asJava Review Comment: nit: looks like some places are importing `scala.jdk.javaapi.CollectionConverters.asJava` in Scala file. Can we standardize to use `scala.jdk.CollectionConverters`? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org