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-536036049 @ottobackwards rather than waiting for the illegal argument to occur lets please do a null check and break out properly. Avoiding exceptions for flow control where reasonably possible, as is the case here, is far better for performance.
---------------------------------------------------------------- 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
