joewitt commented on issue #3772: NIFI-6682 SplitJson does not work if the input is null URL: https://github.com/apache/nifi/pull/3772#issuecomment-536042782 Ok. Your comment of the exception catching says "It is possible for the json parsing to complete without error, but produce a null object. In this case the context creation will fail and throw an IllegalArgumentException" I am suggesting that the resulting null ctx object should be checked to be null and then not attempted to be set knowing that this would result in an exception. If that is the case just check that the ctx object is null and handle rather than waiting for the exception. Did I misread your note?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
