spark-utils 0.2.1
Fix spark_utils.assert_not_null
(used by spark__dateadd
and spark__datediff
) to raise an error only if the date is implicitly null (a string representing a non-real date), rather than explicitly null
.
Thanks @foundinblank for the fix!