simonbence commented on a change in pull request #4223:
URL: https://github.com/apache/nifi/pull/4223#discussion_r420181813



##########
File path: 
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/src/test/java/org/apache/nifi/schema/validation/TestStandardSchemaValidator.java
##########
@@ -145,6 +148,9 @@ public void 
testValidateCorrectSimpleTypesStrictValidation() throws ParseExcepti
 
         valueMap.put("float_as_double", 8.0F);
 
+        valueMap.put("float_as_bigdecimal", 8.0F);

Review comment:
       The focus for this and the ones below is different: all of the ones 
added here is about the validation based on "narrow type", and the other cases 
cover the more specific situations, like allowing double as float in some cases.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to