HTHou commented on code in PR #25:
URL:
https://github.com/apache/iotdb-client-csharp/pull/25#discussion_r1945937299
##########
samples/Apache.IoTDB.Samples/SessionPoolTest.Tablet.cs:
##########
@@ -224,10 +224,74 @@ public async Task TestInsertTabletWithNullValue()
}
await res.Close();
- status = await
session_pool.DeleteStorageGroupAsync(test_group_name);
+ status = await
session_pool.DeleteDatabaseAsync(test_database_name);
System.Diagnostics.Debug.Assert(status == 0);
await session_pool.Close();
Console.WriteLine("TestInsertTabletsWithNullValue Passed!");
}
+
+ // InsertTablet 写入所有的数据类型
Review Comment:
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]