zhengruifeng commented on code in PR #50976: URL: https://github.com/apache/spark/pull/50976#discussion_r2101514015
########## mllib/src/main/scala/org/apache/spark/ml/param/params.scala: ########## @@ -52,7 +52,7 @@ class Param[T: ClassTag]( // Spark Connect ML needs T type information which has been erased when compiling, // Use classTag to preserve the T type. - val paramValueClassTag = implicitly[ClassTag[T]] + private[spark] val paramValueClassTag = implicitly[ClassTag[T]] Review Comment: it is used in connect module -- 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