You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2021/06/07 19:31:02 UTC

[nifi] branch main updated (f07e17b -> 659fda1)

This is an automated email from the ASF dual-hosted git repository.

markap14 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from f07e17b  [NIFI-8610] Do not reuse generic records in convertAvroToORC
     add 659fda1  NIFI-8659: Support multiple output records in JoltTransformRecord (#5126)

No new revisions were added by this update.

Summary of changes:
 .../nifi-jolt-record-processors/pom.xml            |  3 +
 .../jolt/record/JoltTransformRecord.java           | 66 +++++++++++++++++-----
 .../jolt/record/TestJoltTransformRecord.java       | 61 ++++++++++++++++++++
 .../shiftrOutputMultipleOutputRecords.json         | 21 +++++++
 .../shiftrOutputSchemaMultipleOutputRecords.avsc   | 19 ++++---
 .../shiftrSpecMultipleOutputRecords.json           |  5 ++
 6 files changed, 153 insertions(+), 22 deletions(-)
 create mode 100644 nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/src/test/resources/TestJoltTransformRecord/shiftrOutputMultipleOutputRecords.json
 copy nifi-framework-api/src/main/java/org/apache/nifi/controller/status/history/ValueReducer.java => nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/src/test/resources/TestJoltTransformRecord/shiftrOutputSchemaMultipleOutputRecords.avsc (82%)
 create mode 100644 nifi-nar-bundles/nifi-jolt-record-bundle/nifi-jolt-record-processors/src/test/resources/TestJoltTransformRecord/shiftrSpecMultipleOutputRecords.json