Philipp M

Results 2 issues of Philipp M

With the PR that addes Scala 3 compability some syntactical changes are needed and any side-effects of the new implementation should be added to the Github pages docs _Originally posted...

worked in 3.4.2, broken in 3.5.0 real example: ```scala class MockableBroadcast[T: ClassTag] extends org.apache.spark.broadcast.Broadcast[T](42L) { override protected def getValue(): Nothing = ??? override protected def doUnpersist(blocking: Boolean): Unit = ???...