You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/05/10 01:05:45 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #3151: [IoTDB-3089] make it possible for storage groups to have name with hyphen

HTHou commented on a change in pull request #3151:
URL: https://github.com/apache/iotdb/pull/3151#discussion_r628996765



##########
File path: server/src/test/java/org/apache/iotdb/db/integration/IoTDBSimpleQueryIT.java
##########
@@ -32,11 +32,7 @@
 import org.junit.Before;
 import org.junit.Test;
 
-import java.sql.Connection;
-import java.sql.DriverManager;
-import java.sql.ResultSet;
-import java.sql.SQLException;
-import java.sql.Statement;
+import java.sql.*;
 import java.util.ArrayList;

Review comment:
       Hi, using a wild card is not a good choice. Don't change 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org