Skip to content

Commit

Permalink
Update SessionPoolTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Nov 14, 2024
1 parent 3ef92f0 commit df76c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/Apache.IoTDB.Samples/SessionPoolTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ await session_pool.ExecuteNonQueryStatementAsync(
res = await session_pool.ExecuteQueryStatementAsync(
"select status, temperature, hardware from " + string.Format("{0}.{1}", test_group_name, test_device) + " where time<10");
res.ShowTableNames();
Console.WriteLine(res.ShowTableNames());
while (res.HasNext()) Console.WriteLine(res.Next());

await res.Close();
Expand Down

0 comments on commit df76c0b

Please sign in to comment.