You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2021/12/20 09:38:53 UTC

[iotdb] branch master updated (7d8496e -> 58bc3d0)

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

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


    from 7d8496e  [IOTDB-2161] Get timeseries by device in merge process (#4610)
     add 58bc3d0  [IOTDB-2154]add TsFileUtils.isTsFileComplete (#4596)

No new revisions were added by this update.

Summary of changes:
 .../InnerSpaceCompactionExceptionHandler.java      |  6 +-
 .../org/apache/iotdb/tsfile/utils/TsFileUtils.java | 34 ++++------
 .../apache/iotdb/tsfile/utils/TsFileUtilsTest.java | 72 ++++++++++++++++++++++
 3 files changed, 87 insertions(+), 25 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/protocol/mqtt/PayloadFormatter.java => tsfile/src/main/java/org/apache/iotdb/tsfile/utils/TsFileUtils.java (59%)
 create mode 100644 tsfile/src/test/java/org/apache/iotdb/tsfile/utils/TsFileUtilsTest.java