Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Nifi 1.9 but probably other versions
Description
In ValidateRecord with Strict Type Checking = true it invalidates a record if a field schema is defined as a long for instance and the field is an int less than or equal to 2147483647.
If I define a long I would expect it to validate even if the number is less than 2147483647
Attached is template to reproduce the issue.
Attachments
Attachments
Issue Links
- is related to
-
NIFI-7302 Using ValidateRecord it invalidates a field if it is an decimal ( 5.5 ) but schema has it as a float
- Resolved
- links to