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 2020/03/08 18:26:09 UTC

[incubator-iotdb] branch new_TsFile updated (464619e -> c2a8bee)

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

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


    from 464619e  simplify TsFileMetadataUtils.getChunkMetadataList
     add c2a8bee  fix a deviceMNode bug and restore Unit Tests

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/metadata/MManager.java     | 14 +++---
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 35 ++++++++++-----
 .../iotdb/db/engine/MetadataManagerHelper.java     |  4 +-
 .../storagegroup/StorageGroupProcessorTest.java    |  2 +-
 .../iotdb/db/engine/storagegroup/TTLTest.java      |  1 -
 .../iotdb/db/integration/IOTDBGroupByIT.java       |  2 +-
 .../integration/IOTDBGroupByInnerIntervalIT.java   |  2 +-
 .../iotdb/db/integration/IoTDBAggregationIT.java   |  5 ++-
 .../iotdb/db/integration/IoTDBAuthorizationIT.java | 52 +++++++++++-----------
 .../apache/iotdb/db/integration/IoTDBDaemonIT.java |  2 +-
 .../iotdb/db/integration/IoTDBDeletionIT.java      |  4 +-
 .../apache/iotdb/db/integration/IoTDBFillIT.java   |  2 +-
 .../db/integration/IoTDBFloatPrecisionIT.java      |  3 +-
 .../db/integration/IoTDBFlushQueryMergeTest.java   |  4 +-
 .../iotdb/db/integration/IoTDBMergeTest.java       | 48 ++++++++++----------
 .../iotdb/db/integration/IoTDBMetadataFetchIT.java | 22 ++++-----
 .../iotdb/db/integration/IoTDBQuotedPathIT.java    |  4 +-
 .../iotdb/db/integration/IoTDBRecoverIT.java       |  5 ++-
 .../iotdb/db/integration/IoTDBTimeZoneIT.java      |  6 +--
 .../apache/iotdb/db/integration/IoTDBTtlIT.java    | 20 ++++-----
 .../iotdb/db/integration/IoTDBVersionIT.java       |  6 +--
 .../iotdb/db/metadata/MManagerBasicTest.java       | 11 ++---
 .../reader/series/SeriesReaderByTimestampTest.java |  2 +-
 .../query/reader/series/SeriesReaderTestUtil.java  |  8 ++--
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |  1 -
 25 files changed, 142 insertions(+), 123 deletions(-)