HiveSwarm icon indicating copy to clipboard operation
HiveSwarm copied to clipboard

URLDecode always returns un-decoded value

Open jl4ntz opened this issue 10 years ago • 0 comments

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

jl4ntz avatar Aug 29 '14 18:08 jl4ntz