nifi/nifi-nar-bundles/nifi-extension-utils
Tamas Palfy 34112519c2 NIFI-6640 - UNION/CHOICE types not handled correctly
3 important changes:
1. FieldTypeInference had a bug when dealing with multiple datatypes for
 the same field where some (but not all) were in a wider-than-the-other
 relationship.
 Before: Some datatypes could be lost. String was wider than any other.
 After: Consistent behaviour. String is NOT wider than any other.
2. Choosing a datatype for a value from a ChoiceDataType:
 Before it chose the first compatible datatype as the basis of conversion.
 After change it tries to find the most suitable datatype.
3. Conversion of a value of avro union type:
 Before it chose the first compatible datatype as the basis of conversion.
 After change it tries to find the most suitable datatype.

Change: In the RecordFieldType enum moved TIMESTAMP ahead of DATE.

This closes #3724.

Signed-off-by: Mark Payne <markap14@hotmail.com>
2019-09-19 11:02:30 -04:00
..
nifi-database-test-utils NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-database-utils NIFI-6382: Allow Parameters to have null values 2019-08-16 16:47:27 -04:00
nifi-hadoop-utils NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-processor-utils NIFI-5816 This closes #3726. Remove unused SFTP classes that reference Jsch 2019-09-19 10:58:53 -04:00
nifi-record-utils NIFI-6640 - UNION/CHOICE types not handled correctly 2019-09-19 11:02:30 -04:00
nifi-reporting-utils NIFI-6429 - Added optional field to allow variables with null values to be included in reporting records. Default functionality will exclude variables with null values for backwards compatibility. 2019-08-30 13:38:38 -04:00
nifi-syslog-utils NIFI-6443 - ParseSyslog5424 n-th SD-ELEMENT isn't parsed 2019-07-18 16:01:32 +02:00
pom.xml NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00