Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
Patch Available
-
Reviewed
-
SPRINTF returns null on any null argument
Description
SPRINTF will currently interpolate the string 'null' if supplied with null arguments, which is "helpful but not help-ing". This patch makes it return null if any argument – format or fodder – is null.
(See PIG-3939 for SPRINTF implementation)