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

hxd pushed a change to branch test_container
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 5d7faa8  refactor the e2e test
     add e43aea6  Fix reduce frequent log printing. (#3114)
     add c45fa84  fix link for CSV tool
     add 126ebc0  [IOTDB-1345] reuse server in AlertManagerTest (#3124)
     add f34cfb3  [IOTDB-1355] Support updating aligned timeseries values when 
insert partially (#3128)
     add 925a2b4  [ISSUE-3132] Replace Bintray repository with JFrog
     add 421d35c  [IOTDB-1350]Change the log packing time from one hour to one 
day(#3120)
     add 6e88ad7  [IOTDB-1315] ExportCsvTool should support timestamp 
`yyyy-MM-dd'T'HH:mm:ss.SSSZ` (#3115)
     add ca36589  [IOTDB-1286] fix 4 C++ mem-leak points (#2976)
     add db71701  [IoTDB-1331] Add transformPath for CMManger (#3105)
     new b3cac34  merge with master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/client.yml                       |   2 +-
 README.md                                          |   2 +-
 .../org/apache/iotdb/tool/AbstractCsvTool.java     |   1 +
 client-cpp/src/main/Session.cpp                    |  11 +-
 client-cpp/src/main/Session.h                      |  16 +-
 .../apache/iotdb/cluster/metadata/CMManager.java   |  15 ++
 .../cluster/server/member/MetaGroupMember.java     |   4 +-
 compile-tools/pom.xml                              |   6 +-
 server/src/assembly/resources/conf/logback.xml     |  24 +--
 .../iotdb/db/engine/flush/MemTableFlushTask.java   |  20 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |  15 +-
 .../iotdb/db/utils/datastructure/TVList.java       |  31 ++-
 .../iotdb/db/utils/datastructure/VectorTVList.java |  57 +++++-
 .../db/integration/IOTDBInsertAlignedValuesIT.java |  78 +++++++-
 .../org/apache/iotdb/db/sink/AlertManagerTest.java | 211 ++++++++++-----------
 .../test/java/org/apache/iotdb/db/sql/Cases.java   |  18 +-
 .../java/org/apache/iotdb/db/sql/SingleNodeIT.java |  22 +++
 17 files changed, 370 insertions(+), 163 deletions(-)

Reply via email to