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

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


    from 1daf2a2  fix conflicts
     add 19e1aba  device template
     add b2ee6ca  [To Vector] flush vector series (#2826)
     add 0198f5c  Add generated-sources as source folder
     add bfa529b  (Fix Github Action)Update apt source before installing 
libboost
     add 19ad435  [IOTDB-1204] set parameter in iotdb-cluster.properties (#2797)
     add 1f54e62  Update cpp client build doc (#2796)
     add 7d5329f  [IOTDB-1192] Fix sql end with semicolon  (#2798)
     add a857820  Update UDF User Defined Function.md
     add aad1bcd  [IOTDB-1193] Remove redundant sync meta leader in CManager 
for cluster module (#2787)
     add 02a4ecf  [IOTDB-1208] revise the cluster setup docs (#2807)
     add ff3a0f9  Fix compaction with cluster snapshot deletion (#2811)
     add 1f98174  [IOTDB-1221] Compaction module: chunk metadata lists returned 
by the getMeasurementChunkMetadataListMapIterator method are not 
lexicographically ordered by the measurement names (#2817)
     add bccb441  check and persist the system properties of the cluster 
version (#2816)
     add 251c979  Rename timeout parameter (#2824)
     add 653841b  download calcite-core's dependency penhato from 
public.nexus.pentaho.org rather than spring.io
     add 1b9d1f2  Merge branch 'master' into Vector
     add 6767feb  Merge branch 'Vector' of https://github.com/apache/iotdb into 
Vector
     add 6fed4ed  update template
     add fb51b68  [To Vector] [IOTDB-1225] Support CreateAlignedTimeseriesPlan 
in MManager (#2831)
     new da699d0  fix conflicts

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../iotdb/db/engine/flush/MemTableFlushTask.java   |   2 +-
 ...eption.java => AlignedTimeseriesException.java} |   9 +-
 .../org/apache/iotdb/db/metadata/MManager.java     |  88 ++++++++++-
 .../java/org/apache/iotdb/db/metadata/MTree.java   | 172 ++++++++++++++++++---
 .../org/apache/iotdb/db/metadata/MetaUtils.java    |  15 ++
 .../iotdb/db/metadata/MManagerBasicTest.java       | 106 ++++++++++++-
 .../db/qp/physical/PhysicalPlanSerializeTest.java  |  20 +--
 .../java/org/apache/iotdb/rpc/TSStatusCode.java    |   1 +
 8 files changed, 358 insertions(+), 55 deletions(-)
 copy 
server/src/main/java/org/apache/iotdb/db/exception/metadata/{IllegalParameterOfPathException.java
 => AlignedTimeseriesException.java} (76%)

Reply via email to