You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ch...@apache.org on 2021/06/07 06:30:26 UTC

[iotdb] branch master updated (6e80aa0 -> dc3fc32)

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

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


    from 6e80aa0  Session example create time series method use attributes (#3363)
     add dc3fc32  move pull schema methods from CMManagercode to MetaPuller (#3325)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/log/applier/BaseApplier.java     |   6 +-
 .../apache/iotdb/cluster/metadata/CMManager.java   | 178 +--------------------
 .../apache/iotdb/cluster/metadata/MetaPuller.java  | 173 ++++++++++++++++++++
 .../iotdb/cluster/utils/ClusterQueryUtils.java     |   5 +-
 4 files changed, 179 insertions(+), 183 deletions(-)