This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_premerge
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 9a0e6de add print in cross test
add 0bdc1e1 Change TreeSet to List in getAllDevices (#1756)
add 38bf656 Improve the readUnLock way while inserting (#1757)
add ee8c17f update the website because of graduation (#1755)
add 3df2da3 fix ImportCsvToolIT bug
add 72aaa98 Merge branch 'master' into cluster_premerge
No new revisions were added by this update.
Summary of changes:
.travis.yml | 2 +-
DISCLAIMER | 6 -
.../tests/tools/importCsv/AbstractScript.java | 12 +-
.../tests/tools/importCsv/ImportCsvTestIT.java | 30 ++---
distribution/pom.xml | 4 +-
distribution/src/assembly/distribution.xml | 3 -
docker/src/main/Dockerfile | 4 +-
docs/Development/VoteRelease.md | 12 +-
docs/UserGuide/Server/Download.md | 2 +-
docs/zh/Development/VoteRelease.md | 12 +-
pom.xml | 2 +-
.../org/apache/iotdb/db/metadata/MManager.java | 124 ++++++++++-----------
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 25 +++--
.../iotdb/db/qp/physical/crud/InsertPlan.java | 2 +
.../iotdb/db/qp/physical/crud/InsertRowPlan.java | 49 ++++----
.../iotdb/db/writelog/recover/LogReplayer.java | 3 +-
.../iotdb/db/engine/storagegroup/TTLTest.java | 11 +-
site/iotdb-doap.rdf | 14 +--
site/src/main/.vuepress/theme/components/Page.vue | 3 +-
.../.vuepress/theme/global-components/IoTDB.vue | 13 +--
.../.vuepress/theme/global-components/IoTDBZH.vue | 14 +--
site/src/main/package.json | 4 +-
thrift/src/pypi/setup.py | 2 +-
tools/download_staged_release.sh | 4 +-
.../iotdb/tsfile/read/TsFileSequenceReader.java | 9 +-
25 files changed, 166 insertions(+), 200 deletions(-)
delete mode 100644 DISCLAIMER