This is an automated email from the ASF dual-hosted git repository.
Caideyipi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
discard e71275167e8 count database
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/master (402e399ea2e)
\
O -- O -- O (e71275167e8)
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../relational/it/schema/IoTDBDatabaseIT.java | 35 ----------
.../iotdb/db/queryengine/plan/Coordinator.java | 2 -
.../execution/config/TableConfigTaskVisitor.java | 11 ---
.../config/executor/ClusterConfigTaskExecutor.java | 20 ------
.../config/executor/IConfigTaskExecutor.java | 4 --
.../config/metadata/relational/CountDBTask.java | 78 ----------------------
.../plan/relational/sql/ast/AstVisitor.java | 4 --
.../plan/relational/sql/ast/CountDB.java | 77 ---------------------
.../plan/relational/sql/parser/AstBuilder.java | 7 --
.../relational/sql/util/DataNodeSqlFormatter.java | 9 +--
.../db/relational/grammar/sql/RelationalSql.g4 | 5 --
11 files changed, 1 insertion(+), 251 deletions(-)
delete mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/config/metadata/relational/CountDBTask.java
delete mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/sql/ast/CountDB.java