JackieTien97 commented on code in PR #14629:
URL: https://github.com/apache/iotdb/pull/14629#discussion_r1903082920
##########
integration-test/src/test/java/org/apache/iotdb/relational/it/db/it/udf/IoTDBSQLFunctionManagementIT.java:
##########
@@ -331,13 +336,15 @@ public void testDropBuiltInFunction() throws SQLException
{ // drop
// ensure that abs is not dropped
statement.execute("CREATE DATABASE db");
statement.execute("USE db");
- statement.execute("CREATE TABLE table0 (device string id, s1 INT32)");
+ statement.execute("CREATE TABLE table0 (device string TAG, s1 INT32)");
Review Comment:
why this succeed before?
--
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]