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/07/01 01:02:00 UTC

[jira] [Created] (DRILL-6571) Disabled plugins works as enabled

Vitalii Diravka created DRILL-6571:
--------------------------------------

             Summary: 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
             Fix For: Future
         Attachments: image-2018-07-01-03-56-32-789.png

The equerries shouldn't work for disabled plugins. But they work.
{code}
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.



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