This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch test-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 96f32ae7380 dev test-1
add 6ee1b72f2ae Pipe: Disable unstable features in the distribution
add 1e88013f346 [maven-release-plugin] prepare release v1.3.4
add 8f3325930f7 [maven-release-plugin] prepare for next development
iteration
new 3a8b5d4f6ce Merge branch 'rc/1.3.4' of github.com:apache/iotdb into
test-1
The 1 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:
.github/workflows/pipe-it-2cluster.yml | 466 ---------------------
code-coverage/pom.xml | 2 +-
distribution/pom.xml | 12 +-
example/client-cpp-example/pom.xml | 2 +-
example/jdbc/pom.xml | 2 +-
example/mqtt-customize/pom.xml | 2 +-
example/mqtt/pom.xml | 2 +-
example/pipe-count-point-processor/pom.xml | 4 +-
example/pipe-opc-ua-sink/pom.xml | 2 +-
example/pom.xml | 2 +-
example/rest-java-example/pom.xml | 2 +-
example/schema/pom.xml | 2 +-
example/session/pom.xml | 2 +-
example/trigger/pom.xml | 2 +-
example/udf/pom.xml | 2 +-
integration-test/pom.xml | 64 +--
.../pipe/it/autocreate/IoTDBPipeProtocolIT.java | 16 +-
iotdb-api/external-api/pom.xml | 2 +-
iotdb-api/pipe-api/pom.xml | 2 +-
iotdb-api/pom.xml | 2 +-
iotdb-api/trigger-api/pom.xml | 2 +-
iotdb-api/udf-api/pom.xml | 2 +-
iotdb-client/cli/pom.xml | 22 +-
iotdb-client/client-cpp/pom.xml | 4 +-
iotdb-client/client-py/pom.xml | 6 +-
iotdb-client/isession/pom.xml | 8 +-
iotdb-client/jdbc/pom.xml | 10 +-
iotdb-client/pom.xml | 2 +-
iotdb-client/service-rpc/pom.xml | 6 +-
iotdb-client/session/pom.xml | 10 +-
iotdb-core/ainode/pom.xml | 10 +-
iotdb-core/antlr/pom.xml | 2 +-
iotdb-core/confignode/pom.xml | 26 +-
.../PipeConfigRegionConnectorConstructor.java | 7 -
iotdb-core/consensus/pom.xml | 14 +-
iotdb-core/datanode/pom.xml | 38 +-
.../PipeDataRegionConnectorConstructor.java | 15 -
.../PipeDataRegionProcessorConstructor.java | 30 --
.../PipeSchemaRegionConnectorConstructor.java | 7 -
.../dataregion/IoTDBDataRegionExtractor.java | 28 +-
.../realtime/PipeRealtimeDataRegionExtractor.java | 10 +-
iotdb-core/metrics/core/pom.xml | 4 +-
iotdb-core/metrics/interface/pom.xml | 8 +-
iotdb-core/metrics/pom.xml | 2 +-
iotdb-core/node-commons/pom.xml | 24 +-
.../agent/plugin/builtin/BuiltinPipePlugin.java | 40 --
.../commons/pipe/extractor/IoTDBExtractor.java | 10 +-
iotdb-core/pom.xml | 2 +-
iotdb-protocol/openapi/pom.xml | 2 +-
iotdb-protocol/pom.xml | 2 +-
iotdb-protocol/thrift-ainode/pom.xml | 4 +-
iotdb-protocol/thrift-commons/pom.xml | 2 +-
iotdb-protocol/thrift-confignode/pom.xml | 4 +-
iotdb-protocol/thrift-consensus/pom.xml | 4 +-
iotdb-protocol/thrift-datanode/pom.xml | 4 +-
library-udf/pom.xml | 4 +-
pom.xml | 12 +-
57 files changed, 188 insertions(+), 791 deletions(-)
delete mode 100644 .github/workflows/pipe-it-2cluster.yml