This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 1e6b42f fix applier tests
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 290bc6a Merge branch 'master' into cluster_new
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 37 +----
.../zh/UserGuide/Operation Manual/SQL Reference.md | 2 +-
.../org/apache/iotdb/DataMigrationExample.java | 185 +++++++++++++++++++++
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 34 ++--
.../iotdb/db/engine/memtable/AbstractMemTable.java | 3 +
.../db/integration/IoTDBDeleteTimeseriesIT.java | 95 +++++++++++
.../db/sync/receiver/load/FileLoaderTest.java | 23 ++-
.../recover/SyncReceiverLogAnalyzerTest.java | 24 ++-
8 files changed, 334 insertions(+), 69 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