dan-s1 commented on PR #9485:
URL: https://github.com/apache/nifi/pull/9485#issuecomment-2463172873
@pvillard31 In PR #9347 you had suggested
> If we agree on the above, then it may be easier to juste override
nextRecord() in AbstractJsonRowRecordReader and default to nextRecord(true,
true).
and both @exceptionfactory and @markap14 agreed to that change. How come
instead of that the change was made to
`nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/RecordReader.java`
?
```
default Record nextRecord() throws IOException, MalformedRecordException {
return nextRecord(true, true);
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]