QuanticPony opened a new pull request, #752: URL: https://github.com/apache/plc4x/pull/752
Improvements in type mapping from Plc4x to Avro. Added unit test for record source processor. Changes in mapping: * PlcBYTE: string -> bytes * PlcLINT: string -> long * PlcREAL: double -> float * PlcLREAL: string -> double General improvements in `org.apache.plc4x.nifi.util.Plc4xCommon`: * Reduced repeated code * Updated mapping table in readme * Fixed: reading PlcList not working * Fixed: PlcByte to Avro mapping was set to bool, caused exception, changed to bytes -- 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: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org