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 2022/07/15 02:44:55 UTC

[iotdb] branch master updated (8cd42fa076 -> b84ac57ef7)

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

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


    from 8cd42fa076 [IOTDB-3714] Refactor operators related to aggregate query to support batch processing (#6622)
     add b84ac57ef7 [IOTDB-3618] StorageEngine failed to recover: / by zero (#6677)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/integration/IoTDBRestartIT.java       | 22 +-------
 .../iotdb/db/engine/flush/MemTableFlushTask.java   | 10 +++-
 .../plan/planner/plan/node/write/InsertNode.java   |  9 ++++
 .../iotdb/db/qp/physical/crud/InsertPlan.java      |  9 ++++
 .../db/wal/recover/file/TsFilePlanRedoer.java      |  6 +++
 .../file/UnsealedTsFileRecoverPerformer.java       |  2 +-
 .../file/UnsealedTsFileRecoverPerformerTest.java   | 62 ++++++++++++++++++++++
 7 files changed, 96 insertions(+), 24 deletions(-)