You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/01/24 10:59:57 UTC

[iotdb] branch master updated (d654763 -> ddb0270)

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

qiaojialin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from d654763  [DOC] Update executeLastDataQuery in API doc (#4959)
     add ddb0270  [IOTDB-2045] Add insertStringRecordsOfOneDevice in session (#4837)

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/API/Programming-Java-Native-API.md  |  12 +-
 .../UserGuide/API/Programming-Java-Native-API.md   |  12 +-
 .../apache/iotdb/session/IoTDBSessionSimpleIT.java | 149 +++++++++++++++
 .../org/apache/iotdb/db/conf/OperationType.java    |   1 +
 .../db/service/thrift/impl/TSServiceImpl.java      |  59 ++++++
 .../java/org/apache/iotdb/session/Session.java     | 137 ++++++++++++++
 .../apache/iotdb/session/SessionConnection.java    |  20 ++
 .../org/apache/iotdb/session/pool/SessionPool.java | 204 ++++++++++++++++++++-
 thrift/rpc-changelist.md                           |   2 +
 thrift/src/main/thrift/rpc.thrift                  |  11 ++
 10 files changed, 601 insertions(+), 6 deletions(-)