nifi/nifi-nar-bundles
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-ambari-bundle NIFI-5373 Created new module nifi-metrics 2019-06-19 15:50:42 -04:00
nifi-amqp-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-atlas-bundle NIFI-5373 Created new module nifi-metrics 2019-06-19 15:50:42 -04:00
nifi-avro-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-aws-bundle NIFI-6596 Moves AmazonS3EncryptionService interface 2019-09-13 08:55:05 +09:00
nifi-azure-bundle NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04:00
nifi-beats-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-cassandra-bundle NIFI-5373 Created new module nifi-metrics 2019-06-19 15:50:42 -04:00
nifi-ccda-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-cdc NIFI-5254 Upgraded Groovy to version 2.5.4 2019-07-11 14:17:35 -04:00
nifi-confluent-platform-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-couchbase-bundle NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04:00
nifi-cybersecurity-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-datadog-bundle Removed guava test dependency as it doesn't look like any of the test code requires it. 2019-07-09 12:08:27 -04:00
nifi-druid-bundle NIFI-6621: Add support for Druid schema-less dimensions 2019-09-06 13:18:34 -04:00
nifi-elasticsearch-bundle NIFI-6529 Updated TestFormatUtils.testFormatDataSize to use DecimalFormatSymbols when verifying results of FormatUtils.formatDataSize 2019-08-08 21:39:20 +02:00
nifi-email-bundle NIFI-6298 Upgraded versions of Spring Framework in nifi-spring-processors and nifi-email-processors. 2019-08-27 18:58:04 -04:00
nifi-enrich-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-evtx-bundle Removed guava test dependency as it doesn't look like any of the test code requires it. 2019-07-09 12:08:27 -04:00
nifi-extension-utils NIFI-6640 - UNION/CHOICE types not handled correctly 2019-09-19 11:02:30 -04:00
nifi-flume-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-framework-bundle NIFI-5816 This closes #3726. Remove unused SFTP classes that reference Jsch 2019-09-19 10:58:53 -04:00
nifi-gcp-bundle NIFI-6636: Fixed ListGCSBucket file duplication error 2019-09-09 13:32:17 -04:00
nifi-graph-bundle NIFI-6425 Made executeQuery able to reconnect to the Gremlin cluster. 2019-09-03 15:06:22 -04:00
nifi-groovyx-bundle NIFI-5254 Upgraded Groovy to version 2.5.4 2019-07-11 14:17:35 -04:00
nifi-grpc-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-hadoop-bundle NIFI-6677: Update ListHDFS to clear state (when appropriate) in an @OnScheduled method, just as AbstractListProcessor does, instead of doing it in onTrigger. Doing it in onTrigger is problematic because in a cluster, the Primary Node may run for some period of time, perhaps days or months. Then, when the Primary Node chagnes, onTrigger gets called for the first time on the new Primary Node, and this triggers the processor to clear state. 2019-09-17 10:02:06 -04:00
nifi-hadoop-libraries-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-hbase-bundle NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 2019-06-17 12:21:07 -04:00
nifi-hive-bundle NIFI-6480: PutORC/PutParquet can't overwrite file even if set 'Overwrite Files' to true 2019-09-13 12:08:27 -04:00
nifi-hl7-bundle NIFI-6320. This closes #3494. Added a check whereby, if the user is using the "Use Segment Names" option in the ExtractHL7Attributes processor and the HL7 message being processed contains custom user segments (e.g., Z Segments), the code will downgrade to returning the Segment Label as it does when this option is not used. Without this a null pointer is thrown at line 288. 2019-07-10 12:51:46 -04:00
nifi-html-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-ignite-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-influxdb-bundle Removed guava test dependency as it doesn't look like any of the test code requires it. 2019-07-09 12:08:27 -04:00
nifi-jetty-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-jms-bundle NIFI-6022 Added try/catch to protect against secondary exception in a primary exception catch clause 2019-05-31 08:51:36 +09:00
nifi-jolt-record-bundle NIFI-6318: Support EL in CSV formatting properties 2019-07-25 17:04:22 +09:00
nifi-kafka-bundle NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04:00
nifi-kerberos-iaa-providers-bundle NIFI-6298 Upgraded versions of Spring Framework in nifi-spring-processors and nifi-email-processors. 2019-08-27 18:58:04 -04:00
nifi-kite-bundle Removed guava test dependency as it doesn't look like any of the test code requires it. 2019-07-09 12:08:27 -04:00
nifi-kudu-bundle NIFI-6552 - Kudu Put Operations 2019-09-01 13:34:55 +02:00
nifi-language-translation-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-ldap-iaa-providers-bundle NIFI-6298 Upgraded versions of Spring Framework in nifi-spring-processors and nifi-email-processors. 2019-08-27 18:58:04 -04:00
nifi-lumberjack-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
nifi-media-bundle NIFI-6529 Updated TestFormatUtils.testFormatDataSize to use DecimalFormatSymbols when verifying results of FormatUtils.formatDataSize 2019-08-08 21:39:20 +02:00
nifi-metrics-reporting-bundle NIFI-5373 Created new module nifi-metrics 2019-06-19 15:50:42 -04:00
nifi-mongodb-bundle NIFI-6572 Added a workaround for GetMongoRecordIT that fixes a weird issue with Groovy where the Groovy addons don't appear to be getting recognized for java.util.Date. 2019-08-19 21:15:56 -04:00
nifi-mqtt-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-network-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-parquet-bundle NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04:00
nifi-poi-bundle NIFI-6529 Updated TestFormatUtils.testFormatDataSize to use DecimalFormatSymbols when verifying results of FormatUtils.formatDataSize 2019-08-08 21:39:20 +02:00
nifi-prometheus-bundle NIFI-5417: Add missing component status and metrics to S2SStatusReportingTask and PrometheusReportingTask (#3554) 2019-07-10 23:46:13 -04:00
nifi-provenance-repository-bundle NIFI-6660: Fixed ordering of directory creation and timestamp gathering 2019-09-13 09:34:13 -04:00
nifi-ranger-bundle NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 2019-06-17 12:21:07 -04:00
nifi-redis-bundle NIFI-6380: Introduced the notion of Parameters and Parameter Contexts to the code base. 2019-08-02 10:45:39 -04:00
nifi-registry-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-rethinkdb-bundle Removed guava test dependency as it doesn't look like any of the test code requires it. 2019-07-09 12:08:27 -04:00
nifi-riemann-bundle NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 2019-06-17 12:21:07 -04:00
nifi-scripting-bundle NIFI-6089 Add Parquet record reader and writer 2019-09-04 08:52:17 -04:00
nifi-site-to-site-reporting-bundle 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-slack-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-snmp-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-social-media-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-solr-bundle NIFI-6516 - Upgraded solrj to 6.6.6. 2019-08-06 09:25:23 +02:00
nifi-spark-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-splunk-bundle NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 2019-06-17 12:21:07 -04:00
nifi-spring-bundle NIFI-6298 Upgraded versions of Spring Framework in nifi-spring-processors and nifi-email-processors. 2019-08-27 18:58:04 -04:00
nifi-standard-bundle NIFI-6640 - UNION/CHOICE types not handled correctly 2019-09-19 11:02:30 -04:00
nifi-standard-services NIFI-6640 - UNION/CHOICE types not handled correctly 2019-09-19 11:02:30 -04:00
nifi-stateful-analysis-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-tcp-bundle NIFI-6323 Changed URLs for repositories, project description, and mailing lists to use HTTPS. 2019-05-29 14:36:40 -04:00
nifi-update-attribute-bundle NIFI-6277: 2019-08-30 13:51:37 -04:00
nifi-websocket-bundle NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 2019-06-17 12:21:07 -04:00
nifi-windows-event-log-bundle NIFI-5176 NiFI builds on Java 11 2019-08-13 18:41:39 -04:00
pom.xml NIFI-5537 Refactored to be named Cypher Bundle instead. 2019-06-20 13:39:20 -04:00