HiveSwarm
HiveSwarm copied to clipboard
URLDecode always returns un-decoded value
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.
Pull request 10 fixes this issue. https://github.com/livingsocial/HiveSwarm/pull/10