Skip to content

Commit b25f473

Browse files
committed
Fix checkstyle
1 parent 0ae251f commit b25f473

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/CreateDaffodilSchemaHandler.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
import com.google.common.collect.Lists;
2222
import org.apache.calcite.sql.SqlCharStringLiteral;
2323
import org.apache.calcite.sql.SqlNode;
24-
import org.apache.commons.io.FileUtils;
2524
import org.apache.drill.common.exceptions.DrillRuntimeException;
26-
import org.apache.drill.common.util.DrillFileUtils;
2725
import org.apache.drill.exec.exception.JarValidationException;
2826
import org.apache.drill.exec.exception.VersionMismatchException;
2927
import org.apache.drill.exec.physical.PhysicalPlan;
@@ -40,7 +38,6 @@
4038
import org.slf4j.Logger;
4139
import org.slf4j.LoggerFactory;
4240

43-
import java.io.File;
4441
import java.io.IOException;
4542
import java.util.List;
4643
import java.util.UUID;

exec/java-exec/src/main/java/org/apache/drill/exec/schema/daffodil/DaffodilSchemaProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import org.apache.drill.common.AutoCloseables;
2121
import org.apache.drill.common.config.DrillConfig;
22-
import org.apache.drill.common.scanner.ClassPathScanner;
2322
import org.apache.drill.common.scanner.persistence.ScanResult;
2423
import org.apache.drill.exec.coord.ClusterCoordinator;
2524
import org.apache.drill.exec.server.DrillbitContext;

exec/java-exec/src/test/java/org/apache/drill/exec/schema/daffodil/TestRemoteDaffodilSchemaRegistry.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,20 @@
2020
import org.apache.drill.categories.SlowTest;
2121
import org.apache.drill.common.config.DrillConfig;
2222
import org.apache.drill.exec.ExecConstants;
23-
import org.apache.drill.exec.coord.ClusterCoordinator;
24-
import org.apache.drill.exec.coord.zk.ZKClusterCoordinator;
25-
import org.apache.drill.exec.proto.UserBitShared.Registry;
26-
import org.apache.drill.exec.store.sys.PersistentStoreProvider;
27-
import org.apache.drill.exec.store.sys.store.DataChangeVersion;
2823
import org.apache.drill.test.BaseDirTestWatcher;
2924
import org.apache.drill.test.ConfigBuilder;
30-
import org.apache.hadoop.fs.FileSystem;
31-
import org.apache.hadoop.fs.Path;
3225
import org.junit.After;
3326
import org.junit.Before;
3427
import org.junit.Rule;
3528
import org.junit.Test;
3629
import org.junit.experimental.categories.Category;
3730

3831
import java.io.File;
39-
import java.io.IOException;
4032
import java.nio.file.Paths;
4133

4234
import static org.junit.Assert.assertEquals;
4335
import static org.junit.Assert.assertFalse;
4436
import static org.junit.Assert.assertNotNull;
45-
import static org.junit.Assert.assertNull;
46-
import static org.junit.Assert.assertTrue;
4737

4838
@Category({SlowTest.class})
4939
public class TestRemoteDaffodilSchemaRegistry {

0 commit comments

Comments
 (0)