jt2594838 commented on code in PR #16699:
URL: https://github.com/apache/iotdb/pull/16699#discussion_r2554519062
##########
integration-test/src/test/java/org/apache/iotdb/relational/it/db/it/IoTDBInsertTableIT.java:
##########
@@ -505,6 +505,7 @@ public void testInsertMultiRowWithMisMatchDataType() throws
SQLException {
public void testInsertMultiRowWithNull() throws SQLException {
try (Connection connection =
EnvFactory.getEnv().getConnection(BaseEnv.TABLE_SQL_DIALECT);
Statement st1 = connection.createStatement()) {
+ st1.execute("SET CONFIGURATION enable_auto_create_schema='false'");
Review Comment:
Reset configurations when the test is done.
--
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]