razvandragut
07/30/2021, 9:28 PMfun main() {
withSpark {
dsOf(
listOf(mapOf("a" to "b", "x" to "y")),
listOf(mapOf("a" to "b", "x" to "y")),
listOf(mapOf("a" to "b", "x" to "y"))
).showDS().printSchema()
}
}
Jolan Rensen [JetBrains]
07/31/2021, 5:59 PMrazvandragut
08/06/2021, 2:42 AMattribute sets: [ { attr1: v1, attr2: v2}, {attrA: va, attrB:vb, attrX:vx} ]
where the attribute names/keys can be different between the sets and even unknownasm0dey
08/27/2021, 5:47 PMrazvandragut
10/03/2021, 12:58 PM