[ 
https://issues.apache.org/jira/browse/DRILL-6571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vitalii Diravka updated DRILL-6571:
-----------------------------------
    Description: 
The queries shouldn't work for disabled plugins. But they work.
{code:java}
0: jdbc:drill:zk=local> show schemas;
+---------------------+
|     SCHEMA_NAME     |
+---------------------+
| cp.default          |
| INFORMATION_SCHEMA  |
| sys                 |
+---------------------+
3 rows selected (30.451 seconds)
0: jdbc:drill:zk=local> select * from dfs.`/tmp/nation.parquet` limit 4;
+--------------+------------+--------------+-----------------------+
| N_NATIONKEY  |   N_NAME   | N_REGIONKEY  |       N_COMMENT       |
+--------------+------------+--------------+-----------------------+
| 0            | ALGERIA    | 0            |  haggle. carefully f  |
| 1            | ARGENTINA  | 1            | al foxes promise sly  |
| 2            | BRAZIL     | 1            | y alongside of the p  |
| 3            | CANADA     | 1            | eas hang ironic, sil  |
+--------------+------------+--------------+-----------------------+
4 rows selected (0.239 seconds)
{code}
!image-2018-07-01-03-56-32-789.png!

It is also related to DRILL-6412 issue.

  was:
The queries shouldn't work for disabled plugins. But they work.
{code:java}
0: jdbc:drill:zk=local> select * from dfs.`/tmp/nation.parquet` limit 4;
+--------------+------------+--------------+-----------------------+
| N_NATIONKEY | N_NAME | N_REGIONKEY | N_COMMENT |
+--------------+------------+--------------+-----------------------+
| 0 | ALGERIA | 0 | haggle. carefully f |
| 1 | ARGENTINA | 1 | al foxes promise sly |
| 2 | BRAZIL | 1 | y alongside of the p |
| 3 | CANADA | 1 | eas hang ironic, sil |
+--------------+------------+--------------+-----------------------+
{code}
!image-2018-07-01-03-56-32-789.png!

It is also related to DRILL-6412 issue.


> Disabled plugins works as enabled
> ---------------------------------
>
>                 Key: DRILL-6571
>                 URL: https://issues.apache.org/jira/browse/DRILL-6571
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.13.0
>            Reporter: Vitalii Diravka
>            Priority: Major
>             Fix For: Future
>
>         Attachments: image-2018-07-01-03-56-32-789.png
>
>
> The queries shouldn't work for disabled plugins. But they work.
> {code:java}
> 0: jdbc:drill:zk=local> show schemas;
> +---------------------+
> |     SCHEMA_NAME     |
> +---------------------+
> | cp.default          |
> | INFORMATION_SCHEMA  |
> | sys                 |
> +---------------------+
> 3 rows selected (30.451 seconds)
> 0: jdbc:drill:zk=local> select * from dfs.`/tmp/nation.parquet` limit 4;
> +--------------+------------+--------------+-----------------------+
> | N_NATIONKEY  |   N_NAME   | N_REGIONKEY  |       N_COMMENT       |
> +--------------+------------+--------------+-----------------------+
> | 0            | ALGERIA    | 0            |  haggle. carefully f  |
> | 1            | ARGENTINA  | 1            | al foxes promise sly  |
> | 2            | BRAZIL     | 1            | y alongside of the p  |
> | 3            | CANADA     | 1            | eas hang ironic, sil  |
> +--------------+------------+--------------+-----------------------+
> 4 rows selected (0.239 seconds)
> {code}
> !image-2018-07-01-03-56-32-789.png!
> It is also related to DRILL-6412 issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to