Skip to content

spark-utils 0.2.1

Compare
Choose a tag to compare
@jtcohen6 jtcohen6 released this 04 May 14:19
6c45fed

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!