jt2594838 commented on code in PR #16699:
URL: https://github.com/apache/iotdb/pull/16699#discussion_r2566940209


##########
integration-test/src/test/java/org/apache/iotdb/relational/it/session/IoTDBSessionRelationalIT.java:
##########
@@ -1322,7 +1322,7 @@ public void insertNonExistTableTest()
                 0, "tag:" + 0, "attr:" + 0, 0 * 1.0));
         fail("Exception expected");
       } catch (StatementExecutionException e) {
-        assertEquals("550: Table 'db1.table13' does not exist.", 
e.getMessage());
+        assertEquals("507: Cannot create column tag1 category is not 
provided", e.getMessage());
       }

Review Comment:
   Revise this.



-- 
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