NIFI-11677 Removed non required yield in DeleteHDFS

This closes #7937

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2023-10-26 12:13:06 -07:00 committed by exceptionfactory
parent 1df9738f8f
commit 1d125e9906
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ public class DeleteHDFS extends AbstractHadoopProcessor {
// If this processor has an incoming connection, then do not run unless a
// FlowFile is actually sent through
if (originalFlowFile == null && context.hasIncomingConnection()) {
context.yield();
return;
}