You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2022/04/11 09:34:30 UTC

[iotdb] branch rocksdb/dev updated (ca74caef29 -> 0bfde03f3c)

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

jianyun pushed a change to branch rocksdb/dev
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from ca74caef29 Merge branch 'lsj/0411-2' into 'feature/rocksdb'
     add c6151edac9 [rocksdb] remove SchemaEngineType
     add 0bfde03f3c Merge branch 'lsj/0411-2' into 'feature/rocksdb'

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-engine.properties         | 10 +------
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 11 -------
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  8 -----
 .../apache/iotdb/db/metadata/SchemaEngineType.java | 34 ----------------------
 .../db/metadata/schemaregion/SchemaEngine.java     | 18 ++++++------
 .../db/metadata/schemaregion/SchemaEngineMode.java |  3 +-
 6 files changed, 12 insertions(+), 72 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/metadata/SchemaEngineType.java