You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URLDecode udf attempts to execute to_value.set() without instantiating to_value, resulting in a NullPointerException and falling to the catch block where the original input value is returned.