You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2022/11/10 05:03:51 UTC

[iotdb] 01/01: Merge branch 'master' into beyyes/master2

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

caogaofei pushed a commit to branch beyyes/master2
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit f476bb6eb33241245f9484cbec5d7fc67b7697a8
Merge: c5f0598e40 43cc564aa5
Author: Beyyes <cg...@foxmail.com>
AuthorDate: Thu Nov 10 11:25:25 2022 +0800

    Merge branch 'master' into beyyes/master2

 .../org/apache/iotdb/consensus/IStateMachine.java  |  12 ++
 .../ratis/ApplicationStateMachineProxy.java        |   3 +-
 .../apache/iotdb/commons/path/PathPatternNode.java |  58 ++++++-
 .../apache/iotdb/commons/path/PathPatternTree.java |  16 +-
 .../iotdb/commons/path/PathPatternTreeTest.java    |  19 ++
 pom.xml                                            |   2 +-
 .../statemachine/DataRegionStateMachine.java       |  16 ++
 .../iotdb/db/engine/load/AlignedChunkData.java     |  21 ++-
 .../iotdb/db/engine/load/NonAlignedChunkData.java  |  15 +-
 .../iotdb/db/engine/snapshot/SnapshotTaker.java    |  18 +-
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  |  11 +-
 .../config/executor/ClusterConfigTaskExecutor.java |  10 +-
 .../plan/node/write/InsertRowsOfOneDeviceNode.java |  12 +-
 .../apache/iotdb/db/tools/TsFileSketchTool.java    | 193 ++++++++++++++-------
 .../iotdb/tsfile/file/header/PageHeader.java       |  10 +-
 15 files changed, 316 insertions(+), 100 deletions(-)