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/09/21 12:11:21 UTC

[incubator-iotdb] branch master updated (9de6e12 -> ad3b924)

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 9de6e12  Merge pull request #410 from apache/improve_log
     add 8195a08  rename delete to deleteData in session
     add 3a281cf  add delete timeseries in session
     new ad3b924  Merge pull request #411 from apache/delete_timeseries_in_session

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:
 .../UserGuide/7-Session API/1-Session API.md       | 30 +++++++----
 .../UserGuide/7-Session API/1-Session API.md       | 30 +++++++----
 .../main/java/org/apache/iotdb/SessionExample.java | 28 +++++++----
 .../iotdb/db/qp/physical/crud/DeletePlan.java      |  4 ++
 .../iotdb/db/qp/physical/sys/MetadataPlan.java     | 12 +++++
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 31 ++++++++++--
 service-rpc/src/main/thrift/rpc.thrift             |  8 +--
 .../java/org/apache/iotdb/session/Session.java     | 45 +++++++++++++++--
 .../org/apache/iotdb/session/IoTDBSessionIT.java   | 58 +++++++++++++++++-----
 .../iotdb/session/utils/EnvironmentUtils.java      | 14 +++---
 10 files changed, 199 insertions(+), 61 deletions(-)


[incubator-iotdb] 01/01: Merge pull request #411 from apache/delete_timeseries_in_session

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ad3b9241b3f7918db186fd969cd578f91443c4d5
Merge: 9de6e12 3a281cf
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Sat Sep 21 20:11:15 2019 +0800

    Merge pull request #411 from apache/delete_timeseries_in_session
    
    Delete timeseries in session

 .../UserGuide/7-Session API/1-Session API.md       | 30 +++++++----
 .../UserGuide/7-Session API/1-Session API.md       | 30 +++++++----
 .../main/java/org/apache/iotdb/SessionExample.java | 28 +++++++----
 .../iotdb/db/qp/physical/crud/DeletePlan.java      |  4 ++
 .../iotdb/db/qp/physical/sys/MetadataPlan.java     | 12 +++++
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 31 ++++++++++--
 service-rpc/src/main/thrift/rpc.thrift             |  8 +--
 .../java/org/apache/iotdb/session/Session.java     | 45 +++++++++++++++--
 .../org/apache/iotdb/session/IoTDBSessionIT.java   | 58 +++++++++++++++++-----
 .../iotdb/session/utils/EnvironmentUtils.java      | 14 +++---
 10 files changed, 199 insertions(+), 61 deletions(-)