You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2021/03/16 03:02:44 UTC

[iotdb] branch Vector updated (36aad2a -> 9d5f0d4)

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

sunzesong pushed a change to branch Vector
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 36aad2a  fix compile error
     add 9d5f0d4  [IOTDB-1235] Refactor createMultiTimeseries (#2851)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  2 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 59 +++++++++++++++++-----
 .../qp/physical/sys/CreateMultiTimeSeriesPlan.java |  7 ++-
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 10 ++--
 .../db/qp/physical/PhysicalPlanSerializeTest.java  | 26 ++++++++++
 .../java/org/apache/iotdb/session/Session.java     |  4 +-
 6 files changed, 85 insertions(+), 23 deletions(-)