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

jiangtian pushed a change to branch cluster_premerge
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 06eb546  add cross test print
     add 8971a3a  catch exception (#1748)
     add 7809b9c  fix ProgressBar bug (#1747)
     add 85ff7e6  [IOTDB-872] Use system timezone in CLI (#1722)
     add 0de9fff  [IOTDB-904] fix update last cache NullPointerException (#1752)
     add 479bfad  Update maven download url for TravisCI (WinOS) (#1754)
     add 19a2a54  Merge branch 'master' into cluster_premerge

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   2 +-
 cli/pom.xml                                        |   1 +
 .../java/org/apache/iotdb/cli/AbstractCli.java     |   7 ++
 .../org/apache/iotdb/jdbc/IoTDBConnection.java     |  10 +-
 .../org/apache/iotdb/jdbc/IoTDBConnectionTest.java |   6 +-
 .../iotdb/db/engine/memtable/AbstractMemTable.java |   6 +-
 .../engine/storagegroup/StorageGroupProcessor.java |  53 ++++-------
 .../org/apache/iotdb/db/metadata/MManager.java     | 102 ++++++++++++---------
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  10 +-
 .../iotdb/db/qp/physical/crud/InsertPlan.java      |  34 +++----
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   |  22 +++--
 .../iotdb/db/writelog/recover/LogReplayer.java     |  27 +++---
 .../db/engine/cache/ChunkMetadataCacheTest.java    |   3 +-
 .../engine/modification/DeletionFileNodeTest.java  |   5 -
 .../db/engine/modification/DeletionQueryTest.java  |   5 -
 .../storagegroup/StorageGroupProcessorTest.java    |  20 ++--
 .../iotdb/db/engine/storagegroup/TTLTest.java      |  12 +--
 .../iotdb/db/writelog/recover/LogReplayerTest.java |  11 +--
 18 files changed, 154 insertions(+), 182 deletions(-)

Reply via email to