You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/05/08 07:21:38 UTC

[iotdb] branch jira1316 updated (c1c4a49 -> 34f5aef)

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

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


    from c1c4a49  jira1316
     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 34f5aef  Merge branch 'master' of https://github.com/apache/iotdb into jira1316

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 | 34 ++++------------
 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 ++++++------
 .../org/apache/iotdb/db/metadata/MManager.java     | 15 +++++---
 .../java/org/apache/iotdb/db/sql/ClusterIT.java    | 45 ++++++++++++++++++++++
 .../java/org/apache/iotdb/db/sql/SingleNodeIT.java | 45 ++++++++++++++++++++++
 14 files changed, 180 insertions(+), 80 deletions(-)