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

[iotdb] branch NullableVector updated (97b85a9 -> f170f8d)

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

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


    from 97b85a9  supported
     add 06f08e7  Override methods in CMManager
     add ea97ffd  add template&&vector insert for cluster
     add 0ad3bae  Refactor
     add dce1838  fix big
     add b8fec37  change template
     add 03556fe  merge
     add 65c0ddf  fix vectorexample
     add 7701fc5  fix ci bug (#2957)
     add 97174b7  Merge branch 'Vector' of https://github.com/apache/incubator-iotdb into Vector
     add 09e082f  Merge remote-tracking branch 'origin/Vector' into Vector
     add a31baf0  Merge branch 'Vector' of https://github.com/apache/iotdb into NullableVector
     add f170f8d  test template

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/coordinator/Coordinator.java     |  23 +++--
 .../iotdb/cluster/log/applier/BaseApplier.java     |   4 +-
 .../apache/iotdb/cluster/metadata/CMManager.java   |  71 +++++++++++--
 .../iotdb/cluster/query/ClusterPlanRouter.java     |  10 --
 .../apache/iotdb/cluster/server/ClientServer.java  |   6 +-
 .../cluster/server/member/DataGroupMember.java     |   3 +-
 .../iotdb/cluster/server/member/RaftMember.java    |  11 +-
 .../apache/iotdb/cluster/utils/PartitionUtils.java |   4 +-
 .../apache/iotdb/cluster/utils/StatusUtils.java    |   1 +
 .../query/ClusterDataQueryExecutorTest.java        |   6 +-
 .../org/apache/iotdb/VectorSessionExample.java     |  21 ++--
 ...ption.java => DuplicatedTemplateException.java} |  12 +--
 ...eption.java => UndefinedTemplateException.java} |  12 +--
 .../org/apache/iotdb/db/metadata/MManager.java     | 114 +++++++++++++--------
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  14 +--
 .../iotdb/db/metadata/template/Template.java       |  12 +++
 .../db/query/reader/series/VectorSeriesReader.java |   2 +
 .../iotdb/db/qp/physical/InsertTabletPlanTest.java |   5 +-
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |   2 +
 19 files changed, 215 insertions(+), 118 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/exception/metadata/{AlignedTimeseriesException.java => DuplicatedTemplateException.java} (75%)
 copy server/src/main/java/org/apache/iotdb/db/exception/metadata/{AlignedTimeseriesException.java => UndefinedTemplateException.java} (75%)