Partially merging a91df5f52e from GreenRover
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user