You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by er...@apache.org on 2022/12/30 12:35:29 UTC

[iotdb] branch improve/iotdb-5803 updated (9c2da95c54 -> 0963329b33)

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

ericpai pushed a change to branch improve/iotdb-5803
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    omit 9c2da95c54 [lemming-5303] Refine IT config: part I
     add bbada1c788 [IOTDB-5322] [IoTDB ML] Define the RPC interface (#8672)
     add 3d85d27d21 modify doc of register UDF (#8681)
     add bddfa56da9 Fix cpp SDK bug & enable cpp IT (#8680)
     add 0963329b33 [lemming-5303] Refine IT config: part I

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   (9c2da95c54)
            \
             N -- N -- N   refs/heads/improve/iotdb-5803 (0963329b33)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/client-cpp.yml                   |  18 ++-
 .gitignore                                         |   1 +
 client-cpp/pom.xml                                 |  71 +++++++-----
 client-cpp/src/main/Session.cpp                    |   5 +-
 client-cpp/src/main/Session.h                      | 127 ++++++++++++---------
 client-cpp/src/test/CMakeLists.txt                 |   1 +
 client-cpp/src/test/cpp/sessionIT.cpp              |  94 +++++++++++----
 .../thrift/ConfigNodeRPCServiceProcessor.java      |  37 ++++++
 docs/UserGuide/Operators-Functions/Overview.md     |   2 +-
 .../Operators-Functions/User-Defined-Function.md   |  41 ++++---
 docs/zh/UserGuide/Operators-Functions/Overview.md  |   2 +-
 .../Operators-Functions/User-Defined-Function.md   |  36 ++++--
 mlnode/.gitignore                                  |   1 +
 {client-py => mlnode}/pom.xml                      |  41 ++++++-
 pom.xml                                            |   4 +-
 .../apache/iotdb/db/client/ConfigNodeClient.java   |  37 ++++++
 .../impl/DataNodeInternalRPCServiceImpl.java       |  30 +++++
 .../src/main/thrift/confignode.thrift              |  87 +++++++++++++-
 {thrift-iot-consensus => thrift-mlnode}/pom.xml    |   6 +-
 thrift-mlnode/src/main/thrift/mlnode.thrift        |  57 +++++++++
 thrift/src/main/thrift/datanode.thrift             |  85 ++++++++++++++
 21 files changed, 633 insertions(+), 150 deletions(-)
 create mode 100644 mlnode/.gitignore
 copy {client-py => mlnode}/pom.xml (76%)
 copy {thrift-iot-consensus => thrift-mlnode}/pom.xml (94%)
 create mode 100644 thrift-mlnode/src/main/thrift/mlnode.thrift