Github user joewitt commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1115#discussion_r87256917
  
    --- Diff: 
nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/src/main/java/org/apache/nifi/processors/hive/PutHiveStreaming.java
 ---
    @@ -377,7 +377,7 @@ public void onTrigger(ProcessContext context, 
ProcessSession session) throws Pro
             final AtomicInteger successfulRecordCount = new AtomicInteger(0);
             List<HiveStreamingRecord> successfulRecords = new LinkedList<>();
             final FlowFile inputFlowFile = flowFile;
    -        final AtomicBoolean incomingFlowFileTransferred = new 
AtomicBoolean(false);
    +        final AtomicBoolean processingFailure = new AtomicBoolean(false);
    --- End diff --
    
    why is there any change to the hive streaming processor in this commit/PR?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to