Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.12.0, 0.13.0, 0.14.0
-
None
-
Patch Available
-
Reviewed
Description
When using MIN/MAX UDFs with strings in a job that uses the accumulator interface the results are wrong - The UDF won't return the correct MIN/MAX value.
this is caused by a reverse 'GreaterThan/SmallerThan" (<>) sign in the accumulate() function of both StringMin/StringMax UDFs.