You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by yjhyjhyjh0 <gi...@git.apache.org> on 2018/11/01 12:50:50 UTC

[GitHub] nifi pull request #3107: NIFI-5744: Put exception message to attribute while...

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

    https://github.com/apache/nifi/pull/3107#discussion_r230031051
  
    --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteSQL.java ---
    @@ -83,6 +83,8 @@
             @WritesAttribute(attribute = "executesql.query.fetchtime", description = "Duration of the result set fetch time in milliseconds"),
             @WritesAttribute(attribute = "executesql.resultset.index", description = "Assuming multiple result sets are returned, "
                     + "the zero based index of this result set."),
    +        @WritesAttribute(attribute = "executesql.error.message", description = "If processing an incoming flow file causes "
    +                + "an Exception, the flow file is routed to failure and this attribute is set to the exception message."),
    --- End diff --
    
    Sure, thanks for the correction.


---