This is an automated email from the ASF dual-hosted git repository.
rong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from ff19689fa6a [IOTDB-6224] Fix group by month in non-ms precision and
mixed unit
add ac7629e78f4 [IOTDB-6236] Pipe: CountPointProcessor example (#11470)
No new revisions were added by this update.
Summary of changes:
.../{flink => pipe-count-point-processor}/pom.xml | 41 ++++++-----
.../java/org/apache/iotdb/CountPointProcessor.java | 83 ++++++++++++++++++++++
example/{opc-ua-sink => pipe-opc-ua-sink}/pom.xml | 9 +--
.../java/org/apache/iotdb/opcua/ClientExample.java | 0
.../apache/iotdb/opcua/ClientExampleRunner.java | 0
.../java/org/apache/iotdb/opcua/ClientTest.java | 0
.../iotdb/opcua/IoTDBKeyStoreLoaderClient.java | 0
example/pom.xml | 3 +-
8 files changed, 111 insertions(+), 25 deletions(-)
copy example/{flink => pipe-count-point-processor}/pom.xml (65%)
create mode 100644
example/pipe-count-point-processor/src/main/java/org/apache/iotdb/CountPointProcessor.java
rename example/{opc-ua-sink => pipe-opc-ua-sink}/pom.xml (81%)
rename example/{opc-ua-sink =>
pipe-opc-ua-sink}/src/main/java/org/apache/iotdb/opcua/ClientExample.java (100%)
rename example/{opc-ua-sink =>
pipe-opc-ua-sink}/src/main/java/org/apache/iotdb/opcua/ClientExampleRunner.java
(100%)
rename example/{opc-ua-sink =>
pipe-opc-ua-sink}/src/main/java/org/apache/iotdb/opcua/ClientTest.java (100%)
rename example/{opc-ua-sink =>
pipe-opc-ua-sink}/src/main/java/org/apache/iotdb/opcua/IoTDBKeyStoreLoaderClient.java
(100%)