Re: [PR] Support schema region snapshot parser. [iotdb]

2024-03-14 Thread via GitHub
SteveYurongSu merged PR #12145: URL: https://github.com/apache/iotdb/pull/12145 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Support schema region snapshot parser. [iotdb]

2024-03-13 Thread via GitHub
shuolinl commented on PR #12145: URL: https://github.com/apache/iotdb/pull/12145#issuecomment-1996240419 @SteveYurongSu Please take a look at this pr. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] Support schema region snapshot parser. [iotdb]

2024-03-10 Thread via GitHub
Cpaulyz commented on code in PR #12145: URL: https://github.com/apache/iotdb/pull/12145#discussion_r1519064617 ## iotdb-core/datanode/src/main/java/org/apache/iotdb/db/tools/schema/SchemaRegionSnapshotParser.java: ## @@ -0,0 +1,501 @@ +package org.apache.iotdb.db.tools.schema;

[PR] Support schema region snapshot parser. [iotdb]

2024-03-08 Thread via GitHub
shuolinl opened a new pull request, #12145: URL: https://github.com/apache/iotdb/pull/12145 In this pr: 1. Support translating snapshot file to statements, so you can use schema region snapshot parser to construct a same Schema tree in another cluster. 2. Add some UTs. -- This is