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

    https://github.com/apache/nifi/pull/2868#discussion_r201420130
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java
 ---
    @@ -433,7 +434,7 @@ public void onTrigger(final ProcessContext context, 
final ProcessSessionFactory
             } finally {
                 session.commit();
                 try {
    -                // Update the state
    +                // Check if we should, and then update the state
    --- End diff --
    
    OK, try it now.


---

Reply via email to