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/05/21 17:56:53 UTC

[nifi] branch main updated (1c17da5 -> 0b29a42)

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

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


    from 1c17da5  NIFI-8604 Upgraded Apache Accumulo to 2.0.1
     add 0b29a42  NIFI-7737: add string array option to putcassandrarecord

No new revisions were added by this update.

Summary of changes:
 .../nifi-cassandra-processors/pom.xml              |   5 +
 .../cassandra/AbstractCassandraProcessor.java      |  12 +++
 .../processors/cassandra/PutCassandraRecord.java   |  32 ++++--
 .../cassandra/PutCassandraRecordInsertTest.java    | 109 +++++++++++++++++++++
 .../cassandra/PutCassandraRecordTest.java          |  18 ++++
 5 files changed, 167 insertions(+), 9 deletions(-)
 create mode 100644 nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/src/test/java/org/apache/nifi/processors/cassandra/PutCassandraRecordInsertTest.java