This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch TableModelIngestion
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 8b1dcfe4d90 Merge branch 'ty/TableModelGrammar' into
TableModelIngestion
add 5997327f41f Fixed the bug that "show tables" fails when the database
is first created and has no tables under it
new a6c1ac789ab Merge branch 'ty/TableModelGrammar' into
TableModelIngestion
The 1 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:
.../relational/it/schema/IoTDBDatabaseIT.java | 2 +-
.../iotdb/relational/it/schema/IoTDBTableIT.java | 61 ++++++++++-------
.../it/session/IoTDBTableModelSessionIT.java | 25 +++----
.../session/pool/IoTDBTableModelSessionPoolIT.java | 47 +++++++------
.../iotdb/confignode/manager/ConfigManager.java | 23 +++++--
.../apache/iotdb/confignode/manager/IManager.java | 9 +++
.../manager/schema/ClusterSchemaManager.java | 5 ++
.../persistence/schema/ClusterSchemaInfo.java | 33 ++++++++-
.../confignode/persistence/schema/ConfigMTree.java | 66 +++++++++++-------
.../thrift/ConfigNodeRPCServiceProcessor.java | 10 ++-
.../iotdb/db/protocol/client/ConfigNodeClient.java | 11 ++-
.../common/header/ColumnHeaderConstant.java | 2 +-
.../execution/config/TableConfigTaskVisitor.java | 31 +++------
.../config/executor/ClusterConfigTaskExecutor.java | 80 +++++++++++++---------
.../config/metadata/relational/ShowTablesTask.java | 37 +++++-----
.../apache/iotdb/commons/schema/table/TsTable.java | 18 ++++-
.../src/main/thrift/confignode.thrift | 18 ++++-
17 files changed, 302 insertions(+), 176 deletions(-)