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(-)