You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (JIRA)" <ji...@apache.org> on 2018/09/07 11:24:00 UTC

[jira] [Resolved] (DRILL-6571) Disabled plugins work as enabled

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

Vitalii Diravka resolved DRILL-6571.
------------------------------------
       Resolution: Duplicate
    Fix Version/s:     (was: Future)

The other Jira [DRILL-6732|https://issues.apache.org/jira/projects/DRILL/issues/DRILL-6732] was created with providing PR, so I close this Jira as duplicate.

> Disabled plugins work 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
>         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)