Partially merging a91df5f52e from GreenRover

This commit is contained in:
Oleg Zhurakousky
2021-11-10 21:11:17 +01:00
parent 28eea09bc8
commit e436a48bcb

View File

@@ -1079,6 +1079,7 @@ public class SimpleFunctionRegistry implements FunctionRegistry, FunctionInspect
Object finalInput = input;
Assert.notNull(convertedInput, () -> "Failed to convert input: " + finalInput + " to " + type);
return convertedInput;
}