AbsaOSS/spark-hats

UDF "arrayDistinctErrors" is called but not registered

benedeki opened this issue · 0 comments

In the NestedArrayTransformations.scala UDF "arrayDistinctErrors" is called but it's not registered anywhere in the library (To be precise it is registered but only the test part of the code.)
Therefore the library relies on the user app to define and register the function.