You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mattyb149 <gi...@git.apache.org> on 2016/09/26 18:07:03 UTC

[GitHub] nifi pull request #785: NIFI-2341 - Introduce ParseCEF processor

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

    https://github.com/apache/nifi/pull/785#discussion_r80535718
  
    --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutSQL.java ---
    @@ -819,7 +819,7 @@ private void setParameter(final PreparedStatement stmt, final String attrName, f
                                 bValue = DatatypeConverter.parseBase64Binary(parameterValue);
                                 break;
                             default:
    -                            throw new ParseException("Unable to parse binary data using the formatter `" + valueFormat + "`.",0);
    +                            throw new ParseException("Unable to parse binary data using the simpleDateFormat `" + valueFormat + "`.",0);
    --- End diff --
    
    This change looks odd (no other reference to such things), perhaps a rebase is needed? Or maybe a search-and-replace ran rampant and this file should be removed from the 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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---