bbende commented on a change in pull request #3679: NIFI-6089 Add Parquet
record reader and writer
URL: https://github.com/apache/nifi/pull/3679#discussion_r319202703
##########
File path:
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/src/main/java/org/apache/nifi/record/listen/StandardSocketChannelRecordReader.java
##########
@@ -48,13 +48,13 @@ public StandardSocketChannelRecordReader(final
SocketChannel socketChannel,
}
@Override
- public RecordReader createRecordReader(final FlowFile flowFile, final
ComponentLog logger) throws IOException, MalformedRecordException,
SchemaNotFoundException {
+ public RecordReader createRecordReader(final ComponentLog logger) throws
IOException, MalformedRecordException, SchemaNotFoundException {
if (recordReader != null) {
Review comment:
I did attempt to make that change, however it caused failures in the unit
tests for ListenTCPRecord and was unclear at the time if it was just due to the
way the tests were setup, or a real problem. So I decided to leave the reader
being lazily created, but no longer requiring a FlowFile since we can call the
alternate method signature for creating a reader.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services