[GitHub] nifi issue #2778: NIFI-5288 Quietly convert Java arrays to Lists so the Mong...

2018-06-10 Thread mattyb149
Github user mattyb149 commented on the issue: https://github.com/apache/nifi/pull/2778 +1 LGTM, I couldn't find anything promising about arrays of arrays in Avro, I guess in order to determine types using an Avro schema, it has to have a name, which means it has to be a record or some

[GitHub] nifi issue #2778: NIFI-5288 Quietly convert Java arrays to Lists so the Mong...

2018-06-10 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2778 @mattyb149 I think everything you want is here now. ---

[GitHub] nifi issue #2778: NIFI-5288 Quietly convert Java arrays to Lists so the Mong...

2018-06-09 Thread MikeThomsen
Github user MikeThomsen commented on the issue: https://github.com/apache/nifi/pull/2778 Because 5145, the integration tests might not completely run if run as a suite. I have verified that PutMongoRecordIT is not affected by 5145 and can be run by itself with a Docker image of Mongo