New Spark 3 Array Functions (exists, forall, transform, aggregate, zip_with)
Spark 3 has new array functions that make working with ArrayType columns much easier. Spark developers previously needed to use UDFs to perform complicated array functions. The new Spark functions […]