zhengruifeng commented on code in PR #49763:
URL: https://github.com/apache/spark/pull/49763#discussion_r1938433532
##########
mllib/src/main/scala/org/apache/spark/ml/fpm/PrefixSpan.scala:
##########
@@ -167,3 +170,27 @@ final class PrefixSpan(@Since("2.4.0") override val uid:
String) extends Params
override def copy(extra: ParamMap): PrefixSpan = defaultCopy(extra)
}
+
+private[spark] class PrefixSpanWrapper(override val uid: String)
Review Comment:
`PrefixSpan` is not a transformer or estimator, add such wrapper so that it
can be treated as a transformer on spark connect
--
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]