From 2ed414ec21b0f4b0c1ccc72af2046e848697a98d Mon Sep 17 00:00:00 2001 From: Edgar Ruiz Date: Tue, 18 Jun 2024 17:39:34 -0500 Subject: [PATCH] Fixes #116 --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index 6b79c0f..fadd9ab 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # pysparklyr (dev) +* Fixes issues with having multiple line functions in `spark_apply()` + +* Ensures `arrow` is installed by adding it to Imports (#116) + * If the cluster version is higher than the available Python library, it will either use, or offer to install the available Python library