You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/07/02 10:29:42 UTC

[incubator-iotdb] branch seperate_thrift_and_antlr updated (4011305 -> c7a78c4)

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

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


    from 4011305  remove stale files
     add 6603dfe  add insertStringRecord rpc method (#1450)
     add c7a78c4  Merge remote-tracking branch 'origin/master' into seperate_thrift_and_antlr

No new revisions were added by this update.

Summary of changes:
 antlr/rpc-changelist.md                            |  3 +
 .../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 +++++++++++++++++++++-
 .../java/org/apache/iotdb/session/Session.java     | 63 ++++++----------
 thrift/src/main/thrift/rpc.thrift                  | 26 ++++++-
 7 files changed, 150 insertions(+), 76 deletions(-)