Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
If a field datatype is not available, then JsonPathRowRecordReader will throw an NPE:
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/json/JsonPathRowRecordReader.java#L184
We need to extend that part with an NPE check
GitHub Pull Request #4067