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/08/23 13:23:49 UTC

[incubator-iotdb] branch rpc_client updated (895c9ba -> 0e493c7)

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

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


    from 895c9ba  fix when batch is not full, time serialize overflow buffer size bug
     add 0e493c7  remove IoTDBDataType in rpc, use int32 instead

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/client/Client.java  |  2 +-
 .../src/main/java/org/apache/iotdb/jdbc/Utils.java | 27 +-------------
 .../apache/iotdb/jdbc/IoTDBQueryResultSetTest.java |  2 +-
 .../test/java/org/apache/iotdb/jdbc/UtilsTest.java |  2 +-
 .../iotdb/db/qp/physical/crud/BatchInsertPlan.java | 36 ++++--------------
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  2 +-
 .../apache/iotdb/db/utils/QueryDataSetUtils.java   | 43 +++++++---------------
 .../storagegroup/StorageGroupProcessorTest.java    |  9 +++--
 service-rpc/src/main/thrift/rpc.thrift             |  8 +---
 9 files changed, 33 insertions(+), 98 deletions(-)