You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by zy...@apache.org on 2022/12/20 07:56:00 UTC

[iotdb] branch master updated (f929e255e4 -> 383a36aef7)

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

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


    from f929e255e4 [IOTDB-5238] UT related to alias and tags and attributes (#8520)
     add 383a36aef7 Eliminate useless schema module code of old standalone (#8536)

No new revisions were added by this update.

Summary of changes:
 .../schemaregion/rocksdb/RSchemaRegion.java        | 127 +----
 .../metadata/tagSchemaRegion/TagSchemaRegion.java  | 140 -----
 .../iotdb/db/metadata/LocalSchemaProcessor.java    | 592 +--------------------
 .../db/metadata/schemaregion/ISchemaRegion.java    |  63 ---
 .../schemaregion/SchemaRegionMemoryImpl.java       | 184 +------
 .../schemaregion/SchemaRegionSchemaFileImpl.java   |  94 +---
 .../iotdb/db/engine/storagegroup/TTLTest.java      |  73 +--
 .../iotdb/db/metadata/SchemaAdvancedTest.java      | 202 -------
 .../iotdb/db/metadata/SchemaImproveTest.java       | 187 -------
 .../db/metadata/mtree/disk/MemManagerTest.java     | 111 ----
 .../org/apache/iotdb/db/tools/MLogParserTest.java  |  87 +--
 .../org/apache/iotdb/db/utils/SchemaTestUtils.java |   4 +-
 12 files changed, 86 insertions(+), 1778 deletions(-)
 delete mode 100644 server/src/test/java/org/apache/iotdb/db/metadata/SchemaAdvancedTest.java
 delete mode 100644 server/src/test/java/org/apache/iotdb/db/metadata/SchemaImproveTest.java
 delete mode 100644 server/src/test/java/org/apache/iotdb/db/metadata/mtree/disk/MemManagerTest.java