nifi/nifi-nar-bundles/nifi-extension-utils/nifi-record-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-avro-record-utils NIFI-6640 - UNION/CHOICE types not handled correctly 2019-09-19 11:02:30 -04:00
nifi-hadoop-record-utils NIFI-6480: PutORC/PutParquet can't overwrite file even if set 'Overwrite Files' to true 2019-09-13 12:08:27 -04:00
nifi-mock-record-utils NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04:00
nifi-standard-record-utils NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04: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