Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.9.0
-
None
-
Reviewed
-
Nullpointer on registering udfs.
Description
Currently the Function registry can throw NullPointers when multiple threads are trying to register the same function. The normal put() will replace the existing registered function object even if it's exactly the same function.