alpass163 commented on code in PR #17102:
URL: https://github.com/apache/iotdb/pull/17102#discussion_r2740377977


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/TableHeaderSchemaValidator.java:
##########
@@ -718,8 +761,10 @@ public static TsTableColumnSchema generateColumnSchema(
         schema = new AttributeColumnSchema(columnName, dataType);
         break;
       case TIME:
-        throw new SemanticException(
-            "Create table or add column statement shall not specify column 
category TIME");
+        // throw new SemanticException("Add column statement shall not specify 
column category
+        // TIME");

Review Comment:
   fixed it
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to