AbsaOSS/spark-hats

Errors are not retained if the input array is null

Closed this issue · 0 comments

Background

If a processed array is null, all existing errors in the error column are removed.

Expected behavior

The API that supports adding errors to the error column should retain the list of errors for each record that is already there.