This is an automated email from the ASF dual-hosted git repository. justinchen pushed a commit to branch UserDefineTime-TsFile in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit e8355f9364aba18326c418b81988b7649c327564 Author: Caideyipi <[email protected]> AuthorDate: Wed Jan 21 14:14:53 2026 +0800 ref --- .../plan/relational/metadata/fetcher/TableHeaderSchemaValidator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/TableHeaderSchemaValidator.java b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/TableHeaderSchemaValidator.java index 2d629cb26ee..5bdf6aec2a0 100644 --- a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/TableHeaderSchemaValidator.java +++ b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/TableHeaderSchemaValidator.java @@ -234,7 +234,7 @@ public class TableHeaderSchemaValidator { final List<ColumnSchema> resultColumnList = new ArrayList<>(); if (!missingColumnList.isEmpty() && isAutoCreateSchemaEnabled) { // TODO table metadata: authority check for table alter - // check id or attribute column data type in this method + // check tag or attribute column data type in this method autoCreateColumn(database, tableSchema.getTableName(), missingColumnList, context); table = DataNodeTableCache.getInstance().getTable(database, tableSchema.getTableName()); } else if (!missingColumnList.isEmpty()
