from_json(col("arrar_str"), ArrayType(StringType, containsNull = false))
eg:
val df = spark.read.parquet("path").select("arrary_str")
.withColumn("arrary_str",from_json(col("arrary_str"), ArrayType(StringType, containsNull = false)))