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

marklau99 pushed a change to branch IOTDB-5517
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard 20445866f4 fix mistake in DiskMetrics tags
     add 3ca5458aae Bump jackson.version from 2.13.4 to 2.13.5 (#9177)
     add 388df2ff4c [IOTDB-5599] Bug: One query is divided too much tasks to be 
allowed by system
     add 851c9f2dd4 Update the version of master branch & deploy 1.1 website 
(#9178)
     add 47cb83d2ec Update website deploy command (#9181)
     new 2defb84972 fix mistake in DiskMetrics tags

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (20445866f4)
            \
             N -- N -- N   refs/heads/IOTDB-5517 (2defb84972)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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/main-unix.yml                    |   8 +-
 .github/workflows/main-win.yml                     |   6 +-
 .github/workflows/site-build.yml                   |   4 +-
 antlr/pom.xml                                      |   2 +-
 cli/pom.xml                                        |   2 +-
 client-cpp/pom.xml                                 |   2 +-
 client-py/pom.xml                                  |   2 +-
 code-coverage/pom.xml                              |   2 +-
 compile-tools/pom.xml                              |   2 +-
 compile-tools/thrift/pom.xml                       |   2 +-
 confignode/pom.xml                                 |   2 +-
 consensus/pom.xml                                  |   2 +-
 distribution/pom.xml                               |   2 +-
 example/client-cpp-example/pom.xml                 |   2 +-
 example/ext-pipe-plugin-example/pom.xml            |   4 +-
 example/flink/pom.xml                              |   2 +-
 example/hadoop/pom.xml                             |   2 +-
 example/influxdb-protocol-example/pom.xml          |   2 +-
 example/jdbc/pom.xml                               |   2 +-
 example/kafka/pom.xml                              |   2 +-
 example/mqtt-customize/pom.xml                     |   2 +-
 example/mqtt/pom.xml                               |   2 +-
 example/pom.xml                                    |   2 +-
 example/pulsar/pom.xml                             |   2 +-
 example/rabbitmq/pom.xml                           |   2 +-
 example/rest-java-example/pom.xml                  |   2 +-
 example/rocketmq/pom.xml                           |   2 +-
 example/session/pom.xml                            |   2 +-
 example/trigger/pom.xml                            |   2 +-
 example/tsfile/pom.xml                             |   2 +-
 example/udf/pom.xml                                |   2 +-
 external-api/pom.xml                               |   2 +-
 external-pipe-api/pom.xml                          |   2 +-
 flink-iotdb-connector/pom.xml                      |   2 +-
 flink-tsfile-connector/pom.xml                     |   2 +-
 grafana-connector/pom.xml                          |   2 +-
 grafana-plugin/pom.xml                             |   2 +-
 hadoop/pom.xml                                     |   2 +-
 hive-connector/pom.xml                             |   2 +-
 influxdb-protocol/pom.xml                          |   2 +-
 integration-test/pom.xml                           |   2 +-
 integration/pom.xml                                |   2 +-
 isession/pom.xml                                   |   2 +-
 jdbc/pom.xml                                       |   2 +-
 library-udf/pom.xml                                |   2 +-
 metrics/dropwizard-metrics/pom.xml                 |   2 +-
 metrics/interface/pom.xml                          |   2 +-
 metrics/micrometer-metrics/pom.xml                 |   4 +-
 metrics/pom.xml                                    |   2 +-
 mlnode/pom.xml                                     |   2 +-
 node-commons/pom.xml                               |   2 +-
 openapi/pom.xml                                    |   2 +-
 pipe-api/pom.xml                                   |   2 +-
 pom.xml                                            |   4 +-
 rewrite-tsfile-tool/pom.xml                        |   2 +-
 schema-engine-rocksdb/pom.xml                      |   2 +-
 schema-engine-tag/pom.xml                          |   2 +-
 server/pom.xml                                     |   2 +-
 .../db/mpp/plan/planner/OperatorTreeGenerator.java |  17 +-
 service-rpc/pom.xml                                |   2 +-
 session/pom.xml                                    |   2 +-
 site/iotdb-doap.rdf                                |   8 +
 site/pom.xml                                       |  66 ++-
 site/src/main/.vuepress/config.js                  | 476 +++++++++++++++++++++
 spark-iotdb-connector/pom.xml                      |   2 +-
 spark-tsfile/pom.xml                               |   2 +-
 testcontainer/pom.xml                              |   2 +-
 thrift-commons/pom.xml                             |   2 +-
 thrift-confignode/pom.xml                          |   2 +-
 thrift-influxdb/pom.xml                            |   2 +-
 thrift-iot-consensus/pom.xml                       |   2 +-
 thrift-mlnode/pom.xml                              |   2 +-
 thrift/pom.xml                                     |   2 +-
 trigger-api/pom.xml                                |   2 +-
 tsfile/pom.xml                                     |   2 +-
 udf-api/pom.xml                                    |   2 +-
 zeppelin-interpreter/pom.xml                       |   2 +-
 77 files changed, 641 insertions(+), 90 deletions(-)

Reply via email to