paul-rogers commented on a change in pull request #1873: DRILL-6096: Provide 
mechanism to configure text writer configuration
URL: https://github.com/apache/drill/pull/1873#discussion_r336790667
 
 

 ##########
 File path: 
exec/java-exec/src/test/java/org/apache/drill/test/ClusterFixture.java
 ##########
 @@ -57,10 +40,27 @@
 import org.apache.drill.exec.store.mock.MockStorageEngineConfig;
 import 
org.apache.drill.exec.store.sys.store.provider.ZookeeperPersistentStoreProvider;
 import org.apache.drill.exec.util.StoragePluginTestUtils;
-
 import org.apache.drill.shaded.guava.com.google.common.base.Charsets;
 import org.apache.drill.shaded.guava.com.google.common.base.Preconditions;
+import org.apache.drill.shaded.guava.com.google.common.collect.ImmutableMap;
 import org.apache.drill.shaded.guava.com.google.common.io.Resources;
+import org.apache.drill.test.DrillTestWrapper.TestServices;
+
+import java.io.File;
+import java.io.IOException;
+import java.net.URI;
+import java.net.URL;
+import java.nio.file.Paths;
+import java.sql.Connection;
+import java.sql.DriverManager;
+import java.sql.SQLException;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+import java.util.Optional;
+import java.util.Properties;
 
 Review comment:
   Can we define a Drill standard for import order? The Apache settings I 
imported into Eclipse are `java`, `javax`, `org`, `com`. Statics are at the top.
   
   In this change, looks like `java` moves the to bottom.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to