This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a change to branch jira1865_master
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from 5275fd9 fix
add 26f30d5 update docs
add 480c0f3 [ISSUE-4314] [docs] fix the Url of 'Get started quickly' in
the file ContributeGuide.md (#4368)
add 16fb554 [IOTDB-1859] CI fails on coveralls caused by openapi
generated files (#4370)
add 973157a Adapt serialization/deserialization in CreateTemplatePlan
with former template structure (#4355)
add 1f4ccc4 Merge branch 'master' of github.com:Apache/incubator-iotdb
into jira1865_master
No new revisions were added by this update.
Summary of changes:
docs/Development/ContributeGuide.md | 2 +-
pom.xml | 2 +-
.../iotdb/db/metadata/template/Template.java | 56 +++--
.../db/qp/physical/crud/CreateTemplatePlan.java | 103 ++++++++-
.../iotdb/db/query/control/QueryFileManager.java | 2 +-
.../iotdb/db/metadata/MManagerBasicTest.java | 132 +----------
.../org/apache/iotdb/db/metadata/TemplateTest.java | 254 +++++++++++++++++++++
.../iotdb/db/metadata/mlog/MLogUpgraderTest.java | 72 ++++++
8 files changed, 453 insertions(+), 170 deletions(-)
create mode 100644
server/src/test/java/org/apache/iotdb/db/metadata/TemplateTest.java