Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.12.0
Description
The issue were partially addressed with the DRILL-6732 task. However when issuing select request with full path to the table, select still able to process it regardless of the plugin state:
0: jdbc:drill:zk=local> select * from `mongo.my_binaries`.`master.files`; +-----------------------------------+------------+ | md5 | chunkSize | +-----------------------------------+------------+ | 4e30dc965bb8aa064af4f2a9608fa7ae | 261120 | | b223e44347e63fcae296e8432755e07c | 261120 | | 2720c5e10e739142d1b28996349a1d7e | 261120 | +-----------------------------------+------------+ 0: jdbc:drill:zk=local> show schemas; +---------------------+ | SCHEMA_NAME | +---------------------+ | cp.default | | dfs.default | | dfs.root | | dfs.test | | dfs.tmp | | hive.default | | information_schema | | sys | +---------------------+ 8 rows selected (0.127 seconds)
Attachments
Issue Links
- is cloned by
-
DRILL-6412 Clients are created for all storages even for disabled plugins
- Reopened
- links to