QuanticPony commented on code in PR #755:
URL: https://github.com/apache/plc4x/pull/755#discussion_r1088246035
##########
plc4j/integrations/apache-nifi/nifi-plc4x-processors/src/main/java/org/apache/plc4x/nifi/record/Plc4xReadResponseRecordSet.java:
##########
@@ -58,9 +58,10 @@ public Plc4xReadResponseRecordSet(final PlcReadResponse
readResponse) throws IOE
rsColumnNames = responseDataStructure.keySet();
if (recordSchema == null) {
Review Comment:
This part is already cached on the Plc4xSourceRecordProcessor L187
(https://github.com/zylklab/plc4x/blob/4871a0ca4fd3befc773fd624a33ef31372647751/plc4j/integrations/apache-nifi/nifi-plc4x-processors/src/main/java/org/apache/plc4x/nifi/Plc4xSourceRecordProcessor.java#L187)
--
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]