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 2019/11/28 10:50:44 UTC

[incubator-iotdb] branch master updated (6bae410 -> adfc5ea)

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/incubator-iotdb.git.


    from 6bae410  Move the vulnera-checks section into the apache-release profile (#590)
     add adfc5ea   [IOTDB-323] Batch insert in session (#588)

No new revisions were added by this update.

Summary of changes:
 .../UserGuide/4-Client/3-Programming - Session.md  |   4 +
 .../main/java/org/apache/iotdb/SessionExample.java |  34 +++++++
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 111 +++++++++++++--------
 service-rpc/rpc-changelist.md                      |   2 +
 service-rpc/src/main/thrift/rpc.thrift             |  12 +++
 .../java/org/apache/iotdb/session/Session.java     | 102 ++++++++++++++-----
 .../org/apache/iotdb/session/IoTDBSessionIT.java   |  70 ++++++++++++-
 7 files changed, 266 insertions(+), 69 deletions(-)