This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch ty/TEXT2STRING
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ty/TEXT2STRING by this push:
new 8ab4e103576 change name
8ab4e103576 is described below
commit 8ab4e103576820a886872570f609844338f88e40
Author: JackieTien97 <[email protected]>
AuthorDate: Fri Jun 28 20:39:37 2024 +0800
change name
---
.../test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java
b/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java
index d55fc3300fe..80ae31d9c54 100644
---
a/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java
@@ -57,7 +57,7 @@ public class IoTDBTableIT {
}
@Test
- public void testManageDatabase() {
+ public void testManageTable() {
try (Connection connection =
EnvFactory.getEnv().getConnection(BaseEnv.TABLE_SQL_DIALECT);
Statement statement = connection.createStatement()) {