if (convertedKey!=null) {
((Map)result).put(convertedKey.toString(), convertedValue);
} else {
PigStatusReporter reporter = PigStatusReporter.getInstance();
if (reporter != null) {
reporter.incrCounter(PigWarning.UDF_WARNING_1, 1);
}
}
}
break;
case LIST: