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 2020/07/02 09:25:57 UTC

[incubator-iotdb] branch master updated (305fa47 -> 6603dfe)

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 305fa47  [IOTDB-785] Disable anonymous access MQTT service (#1447)
     add 6603dfe  add insertStringRecord rpc method (#1450)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     | 25 ++----
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  6 +-
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   | 15 ++--
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 88 +++++++++++++++++++++-
 service-rpc/rpc-changelist.md                      |  3 +
 service-rpc/src/main/thrift/rpc.thrift             | 26 ++++++-
 .../java/org/apache/iotdb/session/Session.java     | 63 ++++++----------
 7 files changed, 150 insertions(+), 76 deletions(-)