HTHou commented on a change in pull request #1775:
URL: https://github.com/apache/incubator-iotdb/pull/1775#discussion_r496346968



##########
File path: 
server/src/test/java/org/apache/iotdb/db/integration/IoTDBTestResultSet.java
##########
@@ -0,0 +1,105 @@
+package org.apache.iotdb.db.integration;
+
+import com.clearspring.analytics.util.Lists;

Review comment:
       Missing apache header, please take a look.

##########
File path: 
server/src/test/java/org/apache/iotdb/db/integration/IoTDBTestResultSet.java
##########
@@ -0,0 +1,105 @@
+package org.apache.iotdb.db.integration;
+
+import com.clearspring.analytics.util.Lists;
+import org.apache.iotdb.db.utils.EnvironmentUtils;
+import org.apache.iotdb.jdbc.Config;
+import org.junit.AfterClass;
+import org.junit.Assert;
+import org.junit.BeforeClass;
+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.util.List;
+import java.util.Objects;
+
+/**
+ * @author yuqi
+ * @mail [email protected]
+ * @description your description
+ * @time 27/9/20 22:56
+ **/
+public class IoTDBTestResultSet {
+    private static List<String> sqls = Lists.newArrayList();
+    private static Connection connection;
+

Review comment:
       ```suggestion
   public class IoTDBTestResultSet {
     private static List<String> sqls = Lists.newArrayList();
     private static Connection connection;
   
   ```
   Actually, we use double space symbols to intend the code. 




----------------------------------------------------------------
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:
[email protected]


Reply via email to