This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 445fc6d98d9 Add compression and encoding type check for
FastCompactionPerformer (#10692)
add 09f9bcfedf6 Cleaned up in the projects maven configuration (#10742)
No new revisions were added by this update.
Summary of changes:
.github/workflows/client-cpp.yml | 29 +-
.github/workflows/cluster-it-1c1d.yml | 3 +-
.github/workflows/cluster-it-1c3d.yml | 4 +-
.github/workflows/sonar-coveralls.yml | 9 +-
.github/workflows/unit-test.yml | 6 +-
.mvn/wrapper/maven-wrapper.properties | 4 +-
Jenkinsfile | 4 +-
README.md | 112 ++++
code-coverage/README.md | 2 +-
code-coverage/pom.xml | 75 +--
distribution/pom.xml | 61 +-
example/client-cpp-example/pom.xml | 278 ++++-----
example/client-cpp-example/src/CMakeLists.txt | 13 +-
example/flink/pom.xml | 4 +-
example/hadoop/pom.xml | 3 +-
example/jdbc/pom.xml | 4 +-
example/kafka/pom.xml | 9 +-
example/mqtt-customize/pom.xml | 4 +-
example/mqtt/pom.xml | 4 +-
example/pom.xml | 13 +-
example/pulsar/pom.xml | 6 +-
example/rabbitmq/pom.xml | 4 +-
example/rest-java-example/pom.xml | 3 +-
example/rocketmq/pom.xml | 4 +-
example/session/pom.xml | 4 +-
example/trigger/pom.xml | 72 +--
example/tsfile/pom.xml | 3 +-
example/udf/pom.xml | 71 +--
integration-test/pom.xml | 226 +++----
iotdb-api/external-api/pom.xml | 6 +-
iotdb-api/pipe-api/pom.xml | 22 +-
{iotdb-client/isession => iotdb-api}/pom.xml | 22 +-
iotdb-api/trigger-api/pom.xml | 32 +-
iotdb-api/udf-api/pom.xml | 6 +-
iotdb-client/cli/pom.xml | 147 +++--
iotdb-client/client-cpp/pom.xml | 676 ++++++++++-----------
iotdb-client/client-cpp/src/main/CMakeLists.txt | 17 +-
iotdb-client/client-cpp/src/test/CMakeLists.txt | 9 +-
iotdb-client/client-py/pom.xml | 29 +-
iotdb-client/compile-tools/pom.xml | 146 -----
iotdb-client/compile-tools/thrift/pom.xml | 205 -------
iotdb-client/isession/pom.xml | 6 +-
iotdb-client/jdbc/pom.xml | 59 +-
iotdb-client/{isession => }/pom.xml | 32 +-
iotdb-client/service-rpc/pom.xml | 77 ++-
iotdb-client/session/pom.xml | 7 +-
iotdb-connector/flink-iotdb-connector/pom.xml | 5 +-
iotdb-connector/flink-tsfile-connector/pom.xml | 5 +-
iotdb-connector/grafana-connector/pom.xml | 101 ++-
iotdb-connector/grafana-plugin/pom.xml | 30 +-
iotdb-connector/hadoop/pom.xml | 89 ++-
iotdb-connector/hive-connector/pom.xml | 141 +++--
{iotdb-client/isession => iotdb-connector}/pom.xml | 27 +-
iotdb-connector/spark-iotdb-connector/pom.xml | 71 ++-
.../spark-iotdb-connector/scala_2.11/pom.xml | 70 +--
.../spark-iotdb-connector/scala_2.12/pom.xml | 78 +--
iotdb-connector/spark-tsfile/pom.xml | 46 +-
iotdb-connector/zeppelin-interpreter/pom.xml | 30 +-
iotdb-core/antlr/pom.xml | 17 +-
iotdb-core/confignode/pom.xml | 77 ++-
iotdb-core/consensus/pom.xml | 61 +-
iotdb-core/datanode/pom.xml | 281 +++++----
iotdb-core/metrics/dropwizard-metrics/pom.xml | 13 +-
iotdb-core/metrics/interface/pom.xml | 36 +-
iotdb-core/metrics/micrometer-metrics/pom.xml | 5 +-
iotdb-core/metrics/pom.xml | 8 +-
iotdb-core/mlnode/pom.xml | 49 +-
iotdb-core/node-commons/pom.xml | 211 ++++---
.../iotdb/commons/file/SystemFileFactory.java | 19 +-
{iotdb-client/isession => iotdb-core}/pom.xml | 26 +-
iotdb-core/tsfile/pom.xml | 146 +++--
iotdb-protocol/openapi/pom.xml | 190 +++---
{iotdb-client/isession => iotdb-protocol}/pom.xml | 24 +-
iotdb-protocol/thrift-commons/pom.xml | 17 +-
iotdb-protocol/thrift-confignode/pom.xml | 27 +-
iotdb-protocol/thrift-iot-consensus/pom.xml | 27 +-
iotdb-protocol/thrift-mlnode/pom.xml | 27 +-
iotdb-protocol/thrift/pom.xml | 31 +-
library-udf/pom.xml | 4 +-
pom.xml | 336 ++++++----
{iotdb-client/compile-tools => tools}/README.md | 0
tools/pom.xml | 33 +
tools/thrift/pom.xml | 162 +++++
.../thrift/src/main/assembly/thrift.xml | 39 +-
84 files changed, 2421 insertions(+), 2670 deletions(-)
copy {iotdb-client/isession => iotdb-api}/pom.xml (80%)
delete mode 100644 iotdb-client/compile-tools/pom.xml
delete mode 100644 iotdb-client/compile-tools/thrift/pom.xml
copy iotdb-client/{isession => }/pom.xml (71%)
copy {iotdb-client/isession => iotdb-connector}/pom.xml (71%)
copy {iotdb-client/isession => iotdb-core}/pom.xml (76%)
copy {iotdb-client/isession => iotdb-protocol}/pom.xml (77%)
rename {iotdb-client/compile-tools => tools}/README.md (100%)
create mode 100644 tools/pom.xml
create mode 100644 tools/thrift/pom.xml
copy iotdb-client/client-cpp/src/assembly/client-cpp.xml =>
tools/thrift/src/main/assembly/thrift.xml (52%)