You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2021/05/09 11:47:51 UTC

[iotdb] branch MetadataIndex updated (54a6b1d -> da2265e)

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

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


    from 54a6b1d  Fix code smell
     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)
     add 1594797  Update LICENCE-binary (#3140)
     add 8907772  [IOTDB-1348] Last plan not work in cluster mode (#3118)
     add e9ada63  [IOTDB-1232][IOTDB-1313] Fix lossing time precision when import csv with unsupported timestamp format (#3142)
     add 7a77b3f  [IOTDB-1316] The importCsv tool should continue inserting if a part of insertion failed (#3131)
     add da2265e  Merge remote-tracking branch 'origin/master' into MetadataIndex

No new revisions were added by this update.

Summary of changes:
 .github/workflows/client.yml                       |  2 +-
 LICENSE-binary                                     |  4 +-
 .../org/apache/iotdb/tool/AbstractCsvTool.java     | 40 ++++++-----
 .../main/java/org/apache/iotdb/tool/ExportCsv.java |  2 +-
 .../main/java/org/apache/iotdb/tool/ImportCsv.java | 56 ++++++++--------
 client-cpp/src/main/Session.cpp                    | 11 +--
 client-cpp/src/main/Session.h                      | 16 ++---
 .../apache/iotdb/cluster/metadata/CMManager.java   | 15 +++++
 .../query/last/ClusterLastQueryExecutor.java       |  1 +
 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 ++++++++++++++++++++--
 .../java/org/apache/iotdb/db/sql/ClusterIT.java    | 45 +++++++++++++
 .../java/org/apache/iotdb/db/sql/SingleNodeIT.java | 45 +++++++++++++
 18 files changed, 372 insertions(+), 96 deletions(-)