This is an automated email from the ASF dual-hosted git repository.
markap14 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 3de3ad4 NIFI-7245: JMS processors yield when connection factory
initialisation failed
add cd83e70 unit test reproducing the issue
add 67676ba Fixed bug in JsonRowRecordReader when reading a 'raw' record
with a schema that indicates that a field should be a Map. Also updated unit
test to explicitly define schema, since schema inference will never return a
Map but rather a Record
No new revisions were added by this update.
Summary of changes:
.../nifi-standard-processors/pom.xml | 2 +
.../processors/standard/TestValidateRecord.java | 47 ++++++++++++++++++++++
.../TestValidateRecord/int-maps-data.json | 27 +++++++++++++
.../TestValidateRecord/int-maps-schema.avsc | 44 ++++++++++++++++++++
.../nifi/json/AbstractJsonRowRecordReader.java | 24 +++++++++--
5 files changed, 141 insertions(+), 3 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestValidateRecord/int-maps-data.json
create mode 100644
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/resources/TestValidateRecord/int-maps-schema.avsc