UDF_USER_CODE_ERROR error condition
Execution of function <fn>
failed.
GENERIC
== Error ==
<error>
== Stacktrace ==
<stack>
INPUT_CONVERSION
== Error ==
<error>
INTERNAL_MEMORY_LIMIT
The internal memory limit has been reached. Consider reducing the size of each row passed to the UDF.
OOM
Function ran out of memory during execution.
This may be caused by excessive memory usage of the running code.
PAYLOAD
<error>
RESULT_CONVERSION
Consider changing the function to return a value that fits the return type.
== Error ==
<error>