File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
main/java/org/apache/drill/exec
test/java/org/apache/drill/exec/schema/daffodil Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 2121import com .google .common .collect .Lists ;
2222import org .apache .calcite .sql .SqlCharStringLiteral ;
2323import org .apache .calcite .sql .SqlNode ;
24- import org .apache .commons .io .FileUtils ;
2524import org .apache .drill .common .exceptions .DrillRuntimeException ;
26- import org .apache .drill .common .util .DrillFileUtils ;
2725import org .apache .drill .exec .exception .JarValidationException ;
2826import org .apache .drill .exec .exception .VersionMismatchException ;
2927import org .apache .drill .exec .physical .PhysicalPlan ;
4038import org .slf4j .Logger ;
4139import org .slf4j .LoggerFactory ;
4240
43- import java .io .File ;
4441import java .io .IOException ;
4542import java .util .List ;
4643import java .util .UUID ;
Original file line number Diff line number Diff line change 1919
2020import org .apache .drill .common .AutoCloseables ;
2121import org .apache .drill .common .config .DrillConfig ;
22- import org .apache .drill .common .scanner .ClassPathScanner ;
2322import org .apache .drill .common .scanner .persistence .ScanResult ;
2423import org .apache .drill .exec .coord .ClusterCoordinator ;
2524import org .apache .drill .exec .server .DrillbitContext ;
Original file line number Diff line number Diff line change 2020import org .apache .drill .categories .SlowTest ;
2121import org .apache .drill .common .config .DrillConfig ;
2222import 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 ;
2823import org .apache .drill .test .BaseDirTestWatcher ;
2924import org .apache .drill .test .ConfigBuilder ;
30- import org .apache .hadoop .fs .FileSystem ;
31- import org .apache .hadoop .fs .Path ;
3225import org .junit .After ;
3326import org .junit .Before ;
3427import org .junit .Rule ;
3528import org .junit .Test ;
3629import org .junit .experimental .categories .Category ;
3730
3831import java .io .File ;
39- import java .io .IOException ;
4032import java .nio .file .Paths ;
4133
4234import static org .junit .Assert .assertEquals ;
4335import static org .junit .Assert .assertFalse ;
4436import static org .junit .Assert .assertNotNull ;
45- import static org .junit .Assert .assertNull ;
46- import static org .junit .Assert .assertTrue ;
4737
4838@ Category ({SlowTest .class })
4939public class TestRemoteDaffodilSchemaRegistry {
You can’t perform that action at this time.
0 commit comments