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

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


    from c2965cefd84 Add show 
current_user/current_database/current_sql_dialect/version/variables for table 
model
     new 9301dcb7bd3 Add show current_timestamp/clusterid for table model
     new 9fb920908dc Add it

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/iotdb/db/it/utils/TestUtils.java    | 43 ++++++++++++++++++++++
 .../it/query/recent/IoTDBNullIdQueryIT.java        | 34 +++++++++++++++++
 .../common/header/ColumnHeaderConstant.java        |  6 +--
 .../common/header/DatasetHeaderFactory.java        |  2 +-
 .../iotdb/db/queryengine/plan/Coordinator.java     |  6 ++-
 .../execution/config/TableConfigTaskVisitor.java   | 17 +++++++++
 .../config/executor/ClusterConfigTaskExecutor.java | 12 +++++-
 .../config/executor/IConfigTaskExecutor.java       |  6 ++-
 .../config/session/ShowCurrentDatabaseTask.java    |  6 ++-
 ...sionTask.java => ShowCurrentTimestampTask.java} | 14 +++----
 .../memory/StatementMemorySourceVisitor.java       | 12 ++++--
 .../plan/relational/sql/ast/AstVisitor.java        |  8 ++++
 .../ast/{ShowVersion.java => ShowClusterId.java}   |  8 ++--
 ...rentDatabase.java => ShowCurrentTimestamp.java} |  8 ++--
 .../plan/relational/sql/ast/ShowVersion.java       |  2 +-
 .../plan/relational/sql/parser/AstBuilder.java     | 25 ++++++++++---
 .../plan/relational/sql/util/SqlFormatter.java     | 14 +++++++
 .../db/relational/grammar/sql/RelationalSql.g4     |  6 +++
 18 files changed, 193 insertions(+), 36 deletions(-)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/config/session/{ShowVersionTask.java
 => ShowCurrentTimestampTask.java} (85%)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/sql/ast/{ShowVersion.java
 => ShowClusterId.java} (89%)
 copy 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/sql/ast/{ShowCurrentDatabase.java
 => ShowCurrentTimestamp.java} (87%)

Reply via email to