Hi all,

How should I store a one to many relationship using spark sql and parquet
format. For example I the following case class

case class Person(key: String, name: String, friends: Array[String])

gives an error when I try to insert the data in a parquet file. It doesn't
like the Array[String]

Any suggestion will be helpfull,

Regards,

Jao

Reply via email to