This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a change to branch tree-fix-207
in repository https://gitbox.apache.org/repos/asf/iotdb.git
discard 8624fcac7e2 Fixed the quote problem in "as" clause in view && Fixed
the bug that the device may not be able to be queried from cache (#17241)
omit 95a411a6ced [maven-release-plugin] prepare for next development
iteration
new 8bf15522a66 Fixed the quote problem in "as" clause in view && Fixed
the bug that the device may not be able to be queried from cache (#17241)
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 (8624fcac7e2)
\
N -- N -- N refs/heads/tree-fix-207 (8bf15522a66)
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:
code-coverage/pom.xml | 2 +-
distribution/pom.xml | 10 +++----
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 | 42 +++++++++++++++---------------
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-py/pom.xml | 8 +++---
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/antlr/pom.xml | 2 +-
iotdb-core/confignode/pom.xml | 26 +++++++++---------
iotdb-core/consensus/pom.xml | 14 +++++-----
iotdb-core/datanode/pom.xml | 40 ++++++++++++++--------------
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 | 22 ++++++++--------
iotdb-core/pom.xml | 2 +-
iotdb-core/relational-grammar/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 | 14 +++++-----
45 files changed, 158 insertions(+), 158 deletions(-)