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 baaa3dfc6d2 fix rewriter
add 388083a5032 Add IT for table management and change type of ID and
ATTRIBUTE column from TEXT to STRING
add 9cd3258c5c0 Fix table model compaction ut
new 8d8e257bbe4 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:
.../iotdb/itbase/runtime/ClusterTestStatement.java | 11 +-
.../relational/it/schema/IoTDBDatabaseIT.java | 4 +-
.../iotdb/relational/it/schema/IoTDBTableIT.java | 203 +++++++++++++++++++++
.../CnToDnInternalServiceAsyncRequestManager.java | 5 +
.../impl/schema/table/CreateTableProcedure.java | 8 +-
.../execution/config/TableConfigTaskVisitor.java | 46 ++++-
.../config/executor/ClusterConfigTaskExecutor.java | 13 +-
.../relational/AlterTableAddColumnTask.java | 14 +-
.../config/metadata/relational/ShowTablesTask.java | 7 +-
.../relational/metadata/TableMetadataImpl.java | 4 +-
.../db/schemaengine/table/DataNodeTableCache.java | 10 +-
.../compaction/io/CompactionTsFileWriter.java | 1 +
.../apache/iotdb/db/utils/ErrorHandlingUtils.java | 6 +-
.../plan/relational/analyzer/TestMatadata.java | 12 +-
.../compaction/CompactionValidationTest.java | 6 +-
.../apache/iotdb/commons/schema/table/TsTable.java | 4 +
16 files changed, 316 insertions(+), 38 deletions(-)