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 2020/06/16 11:45:49 UTC

[incubator-iotdb] branch master updated (fe73244 -> 77ba871)

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/incubator-iotdb.git.


    from fe73244  Refactor the execution path of InsertTabletPlan (#1361)
     add 77ba871  [IOTDB-762] Fix set version IndexOutofBound (#1375)

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/utils/VersionUtilsTest.java    | 55 ++++++++++++++++++++++
 .../apache/iotdb/tsfile/utils/VersionUtils.java    | 13 ++---
 2 files changed, 62 insertions(+), 6 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/utils/VersionUtilsTest.java