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/11/29 08:32:58 UTC

[iotdb] branch rel/1.0 updated (30acf2eae4 -> 5f262fbba4)

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

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


    from 30acf2eae4 [To rel/1.0][IOTDB-5072] Fix UDF example and set some logs to warn level
     add 5f262fbba4 [To rel/1.0] [IOTDB-5059] Remove redundant database check in SchemaEngine (#8236)

No new revisions were added by this update.

Summary of changes:
 .../schemaregion/rocksdb/RSchemaRegion.java        |  8 +---
 .../db/metadata/mtree/MTreeBelowSGCachedImpl.java  | 35 +++++++++++-----
 .../db/metadata/mtree/MTreeBelowSGMemoryImpl.java  | 35 +++++++++++-----
 .../metadata/schemaregion/RSchemaRegionLoader.java | 14 ++-----
 .../db/metadata/schemaregion/SchemaEngine.java     | 48 ++--------------------
 .../schemaregion/SchemaRegionMemoryImpl.java       | 12 ++----
 .../schemaregion/SchemaRegionSchemaFileImpl.java   |  8 +---
 .../iotdb/db/metadata/mtree/MTreeBelowSGTest.java  |  6 +--
 8 files changed, 63 insertions(+), 103 deletions(-)