Hi,

You can achieve your goal by:

df.flatMap(row => row.getAs[String]("value").split(" "))

—
Best Regards,
oliverdding

Reply via email to