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

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


    from 7b34fa91e42 Fixed logical view creation with "into" pattern failure 
problem
     add 613afa5365e Support schema region snapshot parser (#12145)

No new revisions were added by this update.

Summary of changes:
 .../impl/mem/snapshot/MemMTreeSnapshotUtil.java    |   2 +-
 .../db/tools/schema/SRStatementGenerator.java      | 355 +++++++++++
 .../tools/schema/SchemaRegionSnapshotParser.java   | 175 ++++++
 .../db/utils/SchemaRegionSnapshotParserTest.java   | 694 +++++++++++++++++++++
 4 files changed, 1225 insertions(+), 1 deletion(-)
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/tools/schema/SRStatementGenerator.java
 create mode 100644 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/tools/schema/SchemaRegionSnapshotParser.java
 create mode 100644 
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/utils/SchemaRegionSnapshotParserTest.java

Reply via email to