This is an automated email from the ASF dual-hosted git repository.

critas pushed a change to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git


 discard ca33278  Fix SessionDataSet sync-over-async deadlock and migrate to 
4-arg RowRecord constructor

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/dev/1.3 (26d96b1)
            \
             O -- O -- O   (ca33278)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../Apache-IoTDB-Client-CSharp-UserCase.csproj     |    6 +-
 Apache-IoTDB-Client-CSharp-UserCase/Program.cs     |   25 +-
 .../SessionPoolTest.AlignedRecord.cs               |  783 +++++++-------
 .../SessionPoolTest.AlignedTablet.cs               |  242 ++---
 .../Apache.IoTDB.Samples/SessionPoolTest.Record.cs | 1130 ++++++++++----------
 .../Apache.IoTDB.Samples/SessionPoolTest.Tablet.cs |  364 +++----
 .../SessionPoolTest.Template.cs                    |  130 +--
 .../SessionPoolTest.TestNetwork.cs                 |  502 +++++----
 .../SessionPoolTest.TimeSeries.cs                  |  228 ++--
 samples/Apache.IoTDB.Samples/SessionPoolTest.cs    |   44 +-
 src/Apache.IoTDB.Data/IoTDBCommand.cs              |   16 +-
 src/Apache.IoTDB.Data/IoTDBDataReader.cs           |    4 -
 src/Apache.IoTDB/DataStructure/SessionDataSet.cs   |   70 +-
 src/Apache.IoTDB/Rpc/TSStatusCode.cs               |    2 +-
 src/Apache.IoTDB/SessionPool.cs                    |    2 +-
 15 files changed, 1710 insertions(+), 1838 deletions(-)

Reply via email to