I am using spark 3.2.1 with scala 2.12.15.
I am getting this error.
Exception in thread "main" java.lang.NoSuchMethodError: scala.Product.$init$(Lscala/Product;)V
On searching, I found out that this is because my imports are based on scala 2.11.
Fix for this any time soon?