spark-scala3
spark-scala3 copied to clipboard
Spark Connect decouples the client and the Spark driver, so the client doesn't need the same software versions as the driver. A Spark Connect Scala 3 should provide a similar...
I'm not sure if this is something supported by Spark, but I have the following recursive case class: ```scala case class SerializedSense( definition: String, subsenses: Seq[SerializedSense] = Seq.empty ) derives...
Hi Vincenzo, To me, it's unclear how to use your library and it's possible that Coursera Scala Course's Capstone (in the build file) has pointed to information that's not longer...
I tested to upgrade this project to use Scala 3.3.1 but encountered an issue. It seems that using .collect on a dataset containing some Scala case class causes some generated...
https://stackoverflow.com/questions/74249859/spark-df-astype-fails-to-compile