This is a small test case to reproduce an issue that I am seeing in a join in my code
case class B(val b1:String, val b2: Int) val B1 = new B("One",1) v