MegaSparkDiff
MegaSparkDiff copied to clipboard
Cross compiled to Scala 2.12
Are there any plans to release this library cross compiled to Scala 2.12?
Currently, I am getting this error: NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)Lscala/collection/mutable/ArrayOps;
The code runs on a databricks cluster running Scala 2.11, but does not run on Scala 2.12.
We just released a new version of this library (version 0.3.0) with Spark 3 and Scala 2.12.
Please check if this new version works for your use case.
I'm facing the same issue. Could you please elaborate on the process of setting up this version? (I'm facing the error in Databricks)
Hi guys, I am facing this error using spark 3.3.1 and scala 2.12.15. Has anyone fixed it yet