You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: