This is an automated email from the ASF dual-hosted git repository.
geniuspig pushed a change to branch optimize_path_v2
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 25d81ab Merge pull request #1641 from Alima777/optimize_path_v2
add 72aa40c [IOTDB-835] Fix delete timeseries and change data type then
write failed (#1625)
add d674035 [hotfix] Delete useless code in Jenkinsfile
add 5709256 add a data migration example (#1601)
add 571b7f5 [IOTDB-841] Unify the IOTDBConfig with iotdb-engine.cofig
(#1629)
add 379a7df disable vm (#1643)
add f0b8a4b [IOTDB-836] Fix merging statistics failed when endFile (#1637)
add 6ef6646 add Delete Storage Group statement to User Guide DDL (#1644)
add e0aadb8 Merge branch 'master' into optimize_path_v2
add ba00bda Update StorageEngine.java
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 37 +----
.../DDL Data Definition Language.md | 9 +
.../DDL Data Definition Language.md | 9 +
.../zh/UserGuide/Operation Manual/SQL Reference.md | 2 +-
.../org/apache/iotdb/DataMigrationExample.java | 185 +++++++++++++++++++++
.../resources/conf/iotdb-engine.properties | 2 +-
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 38 ++---
.../org/apache/iotdb/db/engine/StorageEngine.java | 13 ++
.../iotdb/db/engine/memtable/AbstractMemTable.java | 5 +
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 20 +--
.../writelog/recover/TsFileRecoverPerformer.java | 5 +
.../db/integration/IoTDBDeleteTimeseriesIT.java | 118 +++++++++++++
.../db/sync/receiver/load/FileLoaderTest.java | 23 ++-
.../recover/SyncReceiverLogAnalyzerTest.java | 24 ++-
.../iotdb/tsfile/write/writer/TsFileIOWriter.java | 5 +-
15 files changed, 403 insertions(+), 92 deletions(-)
create mode 100644
example/session/src/main/java/org/apache/iotdb/DataMigrationExample.java
create mode 100644
server/src/test/java/org/apache/iotdb/db/integration/IoTDBDeleteTimeseriesIT.java