Closed SteamShon closed 8 years ago
@daewon please review this.
@SteamShon Good catch.
scala> Vector(("a"), ("8")).zip(Vector("10", ""))
res7: scala.collection.immutable.Vector[(String, String)] = Vector((a,10), (8,""))
scala> Vector(("a"), ("8")).zip(Vector("10"))
res8: scala.collection.immutable.Vector[(String, String)] = Vector((a,10))
scala>
Bug: "transform": [["age_band.slot.$.8", "age_band"]] yield "age_band.slot.${age_band}", not "age_band.slot.${age_band}.8".