This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a change to branch show-create-remain
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 17a39999c72 Update IoTDBSubscriptionTopicIT.java
add 42b62990b88 Remove tree model show create topic syntax
No new revisions were added by this update.
Summary of changes:
.../org/apache/iotdb/db/qp/sql/IoTDBSqlParser.g4 | 6 +-
.../execution/config/TreeConfigTaskVisitor.java | 8 ---
.../config/executor/ClusterConfigTaskExecutor.java | 14 ++---
.../config/executor/IConfigTaskExecutor.java | 4 +-
.../sys/subscription/ShowCreateTopicTask.java | 33 +++-------
.../db/queryengine/plan/parser/ASTVisitor.java | 15 -----
.../queryengine/plan/statement/StatementType.java | 1 -
.../plan/statement/StatementVisitor.java | 5 --
.../subscription/ShowCreateTopicStatement.java | 72 ----------------------
.../metadata/relational/ShowCreateTaskTest.java | 9 +--
.../plan/parser/StatementGeneratorTest.java | 22 -------
11 files changed, 15 insertions(+), 174 deletions(-)
delete mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/statement/metadata/subscription/ShowCreateTopicStatement.java