You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/05/09 02:59:10 UTC

[iotdb] branch IOTDB-1239 updated: merge master

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch IOTDB-1239
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/IOTDB-1239 by this push:
     new 6670214df9 merge master
6670214df9 is described below

commit 6670214df990e25a25dff8b041c093468ae9b9ee
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon May 9 10:59:01 2022 +0800

    merge master
---
 .../java/org/apache/iotdb/db/integration/IoTDBDatetimeFormatIT.java    | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/integration/src/test/java/org/apache/iotdb/db/integration/IoTDBDatetimeFormatIT.java b/integration/src/test/java/org/apache/iotdb/db/integration/IoTDBDatetimeFormatIT.java
index 07993ff40b..4e556eebda 100644
--- a/integration/src/test/java/org/apache/iotdb/db/integration/IoTDBDatetimeFormatIT.java
+++ b/integration/src/test/java/org/apache/iotdb/db/integration/IoTDBDatetimeFormatIT.java
@@ -18,13 +18,10 @@
  */
 package org.apache.iotdb.db.integration;
 
-import java.sql.Connection;
-import java.sql.DriverManager;
 import org.apache.iotdb.integration.env.EnvFactory;
 import org.apache.iotdb.itbase.category.ClusterTest;
 import org.apache.iotdb.itbase.category.LocalStandaloneTest;
 import org.apache.iotdb.itbase.category.RemoteTest;
-import org.apache.iotdb.jdbc.Config;
 import org.apache.iotdb.jdbc.IoTDBConnection;
 
 import org.apache.thrift.TException;