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

    https://github.com/apache/nifi/pull/1921#discussion_r123831362
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/grok/GrokRecordReader.java
 ---
    @@ -89,6 +93,7 @@ public Record nextRecord() throws IOException, 
MalformedRecordException {
             // the next call to nextRecord()) or we will attach it to the 
previously read record.
             String stackTrace = null;
             final StringBuilder toAppend = new StringBuilder();
    +        final StringBuilder raw = new StringBuilder(line);
    --- End diff --
    
    I think this needs to be updated slightly based on some changes in master, 
looks like the beginning of this method changed a little bit and the 'line' 
variable is no longer visible here 


---
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