You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/06/15 05:32:37 UTC

[incubator-iotdb] branch refactor_batch_insert updated (c63faf2 -> a205ec5)

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

jiangtian pushed a change to branch refactor_batch_insert
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from c63faf2  further uniform the execution path
     add a205ec5  refactor more thoroughly

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/jdbc/IoTDBStatement.java | 17 +++--
 .../test/java/org/apache/iotdb/jdbc/BatchTest.java | 21 +++---
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 75 +++++++++-------------
 .../org/apache/iotdb/db/utils/ComposedStatus.java  | 63 ------------------
 service-rpc/rpc-changelist.md                      | 21 ++++++
 .../apache/iotdb/rpc/BatchExecutionException.java  |  3 +-
 .../main/java/org/apache/iotdb/rpc/RpcUtils.java   | 39 ++++-------
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |  1 +
 service-rpc/src/main/thrift/rpc.thrift             | 22 +++----
 .../java/org/apache/iotdb/session/Session.java     | 48 +++++++-------
 .../org/apache/iotdb/session/IoTDBSessionIT.java   | 12 ++--
 11 files changed, 130 insertions(+), 192 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/utils/ComposedStatus.java