This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a change to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
from 9bd38a2456 NIFI-11691 Support VARBINARY and LONGVARBINARY in
PutDatabaseRecord
new 105fcb90e2 NIFI-10784 Added QueryIoTDBRecord Processor
new c21c0e27eb NIFI-11635 Upgraded IoTDB from 1.0.1 to 1.1.1
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../nifi-iotdb-processors/pom.xml | 22 +++
.../org/apache/nifi/processors/AbstractIoTDB.java | 10 ++
.../apache/nifi/processors/QueryIoTDBRecord.java | 174 +++++++++++++++++++++
.../services/org.apache.nifi.processor.Processor | 1 +
.../org/apache/nifi/processors/QueryIoTDBIT.java | 101 ++++++++++++
nifi-nar-bundles/nifi-iotdb-bundle/pom.xml | 2 +-
6 files changed, 309 insertions(+), 1 deletion(-)
create mode 100755
nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/src/main/java/org/apache/nifi/processors/QueryIoTDBRecord.java
create mode 100755
nifi-nar-bundles/nifi-iotdb-bundle/nifi-iotdb-processors/src/test/java/org/apache/nifi/processors/QueryIoTDBIT.java