cognitedata/cdp-spark-datasource

Null values in metadata cause issues

wjoel opened this issue · 1 comments

wjoel commented

Patrick in the solution architecture team gets some null pointer exceptions when inserting metadata with null values.

We've dealt with this before by filtering out keys with null values, which is probably the best choice from a user experience point of view.

Seems we've missed adding an appropriate test for this? Add a test and check behavior.