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

    https://github.com/apache/nifi/pull/2162#discussion_r143289913
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/QueryDatabaseTable.java
 ---
    @@ -77,7 +80,8 @@
     @InputRequirement(Requirement.INPUT_FORBIDDEN)
     @Tags({"sql", "select", "jdbc", "query", "database"})
     @SeeAlso({GenerateTableFetch.class, ExecuteSQL.class})
    -@CapabilityDescription("Generates and executes a SQL select query to fetch 
all rows whose values in the specified Maximum Value column(s) are larger than 
the "
    +@CapabilityDescription("Generates a SQL select query, or  uses a provided 
statement, and executes it to fetch all rows whose values in the specified "
    --- End diff --
    
    Nitpick, but an extra space between "or  uses"


---

Reply via email to