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
The initialization syntax is incorrect: { (Store(...) ...}
No code is provided for the Store class. Creating a case class Store(name: String) doesn't work properly. The joins don't work with Store objects as keys. I suspect one needs to override the hashCode method.
Any suggestions.
The text was updated successfully, but these errors were encountered:
Two issues:
Any suggestions.
The text was updated successfully, but these errors were encountered: