Skip to content

Commit eb0e6cb

Browse files
authored
Update TableSessionPoolTest.cs
1 parent b05d56a commit eb0e6cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/Apache.IoTDB.Samples/TableSessionPoolTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ await tableSessionPool.ExecuteNonQueryStatementAsync(
225225

226226

227227
var res = await tableSessionPool.ExecuteQueryStatementAsync("select count(*) from " + tableName + " where f1 is null");
228-
// 断言 value == 5
229228
while (res.HasNext())
230229
{
231230
var row = res.Next();

0 commit comments

Comments
 (0)