Closed loghorse closed 1 year ago
Hello @loghorse, I must have missed the notification from your issues :disappointed:
Do you obtain any error during compilation? What about runtime error? Can you share the full project so that I can reproduce?
Closing for inactivity. Please reopen if you have additional info
I'm currently using Scala 3 together with Spark as an example project for university. Thanks to your Project I was able to get Spark with Scala 3 up and running. But I'm still having problems, that I'm not able to solve.
Here is some example code:
The Code itself executes without an error but it doesn't show any output. It doesn't come from the spark-kafka streaming library, I checked that already. So I'm guessing it has something to do with code for creating the dataframes and therefore with the implicits, if I understood your README correctly.
I imported your scala3encoders library but that doesn't seem to do the trick. Do you have any advice or tipp on why it's not working?