This is an automated email from the ASF dual-hosted git repository.
critas pushed a change to branch wx_bitmap_1.3
in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git
from b311bd7 [to dev/1.3] fix: bitmap error
add 5663618 format and add .editorconfig(dotnet/sdk)
add e0b31c2 Update .editorconfig
add 32a3830 fix build and format
No new revisions were added by this update.
Summary of changes:
.editorconfig | 345 ++++++
.github/workflows/dotnet.yml | 37 +-
.github/workflows/e2e-multinode.yml | 22 +-
.github/workflows/e2e.yml | 22 +-
Apache.IoTDB.sln | 2 -
samples/Apache.IoTDB.Samples/Program.cs | 64 +-
.../SessionPoolTest.AlignedRecord.cs | 842 +++++++-------
.../SessionPoolTest.AlignedTablet.cs | 260 ++---
.../Apache.IoTDB.Samples/SessionPoolTest.Record.cs | 1164 ++++++++++----------
.../Apache.IoTDB.Samples/SessionPoolTest.Tablet.cs | 380 +++----
.../SessionPoolTest.Template.cs | 132 +--
.../SessionPoolTest.TestNetwork.cs | 536 ++++-----
.../SessionPoolTest.TimeSeries.cs | 242 ++--
samples/Apache.IoTDB.Samples/SessionPoolTest.cs | 253 ++---
src/Apache.IoTDB.Data/DataReaderExtensions.cs | 2 +-
src/Apache.IoTDB.Data/IoTDBCommand.cs | 20 +-
src/Apache.IoTDB.Data/IoTDBConnection.cs | 19 +-
.../IoTDBConnectionStringBuilder.cs | 30 +-
src/Apache.IoTDB.Data/IoTDBDataReader.cs | 34 +-
src/Apache.IoTDB.Data/IoTDBException.cs | 6 +-
src/Apache.IoTDB.Data/IoTDBParameter.cs | 8 +-
src/Apache.IoTDB.Data/IoTDBParameterCollection.cs | 4 +-
src/Apache.IoTDB.Data/IoTDBResult.cs | 4 +-
src/Apache.IoTDB.Data/IoTDBTransaction.cs | 6 +-
src/Apache.IoTDB/Client.cs | 2 +-
src/Apache.IoTDB/ConcurrentClientQueue.cs | 8 +-
src/Apache.IoTDB/DataStructure/BitMap.cs | 2 +-
src/Apache.IoTDB/DataStructure/ByteBuffer.cs | 12 +-
src/Apache.IoTDB/DataStructure/RowRecord.cs | 43 +-
src/Apache.IoTDB/DataStructure/SessionDataSet.cs | 23 +-
src/Apache.IoTDB/DataStructure/Tablet.cs | 110 +-
src/Apache.IoTDB/IoTDBConstants.cs | 2 +-
src/Apache.IoTDB/SessionPool.Builder.cs | 123 +++
src/Apache.IoTDB/SessionPool.cs | 21 +-
src/Apache.IoTDB/Template/InternalNode.cs | 2 +-
src/Apache.IoTDB/Template/MeasurementNode.cs | 2 +-
src/Apache.IoTDB/Template/Template.cs | 2 +-
src/Apache.IoTDB/Template/TemplateNode.cs | 2 +-
src/Apache.IoTDB/Utils.cs | 20 +-
tests/Apache.IoTDB.Integration.Tests/Tests.cs | 2 +-
tests/Apache.IoTDB.Tests/Tests.cs | 2 +-
41 files changed, 2645 insertions(+), 2167 deletions(-)
create mode 100644 .editorconfig
create mode 100644 src/Apache.IoTDB/SessionPool.Builder.cs