You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Pavel Semenov (JIRA)" <ji...@apache.org> on 2019/06/13 10:44:00 UTC

[jira] [Commented] (DRILL-7196) Queries are still runnable on disabled plugins

    [ https://issues.apache.org/jira/browse/DRILL-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16862932#comment-16862932 ] 

Pavel Semenov commented on DRILL-7196:
--------------------------------------

Verified on mongo storage plugin on 1.17 SNAPSHOT version.
master branch, commit 2615d68de4e44b1f03f5c047018548c06a7396b4
Fixed. Validation error appears after disabling plugin (select * from `mongo.mybestdb`.`mycollection`)
{code} UserRemoteException: VALIDATION ERROR: Schema [[mongo.mybestdb]] is not valid with respect to the root schema or current default schema.

org.apache.drill.common.exceptions.UserRemoteException: VALIDATION ERROR: Schema [[mongo.mybestdb]] is not valid with respect to either root schema or current default schema.

Current default schema: No default schema selected

[Error Id: 35666-1b1d-4d98-6967-67bef851e040 ]
{code}

> Queries are still runnable on disabled plugins
> ----------------------------------------------
>
>                 Key: DRILL-7196
>                 URL: https://issues.apache.org/jira/browse/DRILL-7196
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning &amp; Optimization
>    Affects Versions: 1.12.0
>            Reporter: Dmytriy Grinchenko
>            Assignee: Dmytriy Grinchenko
>            Priority: Major
>              Labels: ready-to-commit
>             Fix For: 1.17.0
>
>
> 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:
> {code}
> 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)
> {code}



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