@@ -2294,7 +2294,7 @@ public void test_PartitionedTableAppender_allDataType_array_null() throws Except
2294
2294
@ Test
2295
2295
public void Test_PartitionedTableAppender_iotAnyVector () throws Exception {
2296
2296
String script = "if(existsDatabase(\" dfs://testIOT_allDateType\" )) dropDatabase(\" dfs://testIOT_allDateType\" )\n " +
2297
- " create database \" dfs://testIOT_allDateType\" partitioned by VALUE(1..20),RANGE(2020.01.01 2022.01.01 2025.01.01), engine='TSDB '\n " +
2297
+ " create database \" dfs://testIOT_allDateType\" partitioned by VALUE(1..20),RANGE(2020.01.01 2022.01.01 2025.01.01), engine='IOTDB '\n " +
2298
2298
" create table \" dfs://testIOT_allDateType\" .\" pt\" (\n " +
2299
2299
" deviceId INT,\n " +
2300
2300
" timestamp TIMESTAMP,\n " +
@@ -2337,7 +2337,7 @@ public void Test_PartitionedTableAppender_iotAnyVector() throws Exception {
2337
2337
@ Test
2338
2338
public void Test_PartitionedTableAppender_iotAnyVector_compress_true () throws Exception {
2339
2339
String script = "if(existsDatabase(\" dfs://testIOT_allDateType\" )) dropDatabase(\" dfs://testIOT_allDateType\" )\n " +
2340
- " create database \" dfs://testIOT_allDateType\" partitioned by VALUE(1..20),RANGE(2020.01.01 2022.01.01 2025.01.01), engine='TSDB '\n " +
2340
+ " create database \" dfs://testIOT_allDateType\" partitioned by VALUE(1..20),RANGE(2020.01.01 2022.01.01 2025.01.01), engine='IOTDB '\n " +
2341
2341
" create table \" dfs://testIOT_allDateType\" .\" pt\" (\n " +
2342
2342
" deviceId INT,\n " +
2343
2343
" timestamp TIMESTAMP,\n " +
@@ -2379,7 +2379,7 @@ public void Test_PartitionedTableAppender_iotAnyVector_compress_true() throws Ex
2379
2379
@ Test
2380
2380
public void Test_PartitionedTableAppender_iotAnyVector_null () throws Exception {
2381
2381
String script = "if(existsDatabase(\" dfs://testIOT_allDateType\" )) dropDatabase(\" dfs://testIOT_allDateType\" )\n " +
2382
- " create database \" dfs://testIOT_allDateType\" partitioned by VALUE(1..20),RANGE(2020.01.01 2022.01.01 2025.01.01), engine='TSDB '\n " +
2382
+ " create database \" dfs://testIOT_allDateType\" partitioned by VALUE(1..20),RANGE(2020.01.01 2022.01.01 2025.01.01), engine='IOTDB '\n " +
2383
2383
" create table \" dfs://testIOT_allDateType\" .\" pt\" (\n " +
2384
2384
" deviceId INT,\n " +
2385
2385
" timestamp TIMESTAMP,\n " +
@@ -2434,7 +2434,7 @@ public void Test_PartitionedTableAppender_iotAnyVector_null() throws Exception {
2434
2434
@ Test
2435
2435
public void Test_PartitionedTableAppender_iotAnyVector_null_compress_true () throws Exception {
2436
2436
String script = "if(existsDatabase(\" dfs://testIOT_allDateType\" )) dropDatabase(\" dfs://testIOT_allDateType\" )\n " +
2437
- " create database \" dfs://testIOT_allDateType\" partitioned by VALUE(1..20),RANGE(2020.01.01 2022.01.01 2025.01.01), engine='TSDB '\n " +
2437
+ " create database \" dfs://testIOT_allDateType\" partitioned by VALUE(1..20),RANGE(2020.01.01 2022.01.01 2025.01.01), engine='IOTDB '\n " +
2438
2438
" create table \" dfs://testIOT_allDateType\" .\" pt\" (\n " +
2439
2439
" deviceId INT,\n " +
2440
2440
" timestamp TIMESTAMP,\n " +
@@ -2488,7 +2488,7 @@ public void Test_PartitionedTableAppender_iotAnyVector_null_compress_true() thro
2488
2488
@ Test
2489
2489
public void Test_PartitionedTableAppender_iotAnyVector_big_data () throws Exception {
2490
2490
String script = "if(existsDatabase(\" dfs://testIOT_allDateType1\" )) dropDatabase(\" dfs://testIOT_allDateType1\" )\n " +
2491
- " create database \" dfs://testIOT_allDateType1\" partitioned by RANGE(100000*(0..10)),RANGE(2020.01.01 2022.01.01 2025.01.01), engine='TSDB '\n " +
2491
+ " create database \" dfs://testIOT_allDateType1\" partitioned by RANGE(100000*(0..10)),RANGE(2020.01.01 2022.01.01 2025.01.01), engine='IOTDB '\n " +
2492
2492
" create table \" dfs://testIOT_allDateType1\" .\" pt\" (\n " +
2493
2493
" deviceId INT,\n " +
2494
2494
" timestamp TIMESTAMP,\n " +
0 commit comments