You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Sudheesh Katkam (JIRA)" <ji...@apache.org> on 2015/06/19 02:03:53 UTC

[jira] [Resolved] (DRILL-2867) Session level parameter drill.exec.testing.controls appears to be set even though it was not

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

Sudheesh Katkam resolved DRILL-2867.
------------------------------------
    Resolution: Fixed

> Session level parameter drill.exec.testing.controls  appears to be set even though it was not
> ---------------------------------------------------------------------------------------------
>
>                 Key: DRILL-2867
>                 URL: https://issues.apache.org/jira/browse/DRILL-2867
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Victoria Markman
>            Assignee: Sudheesh Katkam
>             Fix For: 1.2.0
>
>
> {code}
> 0: jdbc:drill:schema=dfs> select * from sys.options where type like '%SESSION%';
> +------------+------------+------------+------------+------------+------------+------------+
> |    name    |    kind    |    type    |  num_val   | string_val |  bool_val  | float_val  |
> +------------+------------+------------+------------+------------+------------+------------+
> | drill.exec.testing.controls | STRING     | SESSION    | null       | {}         | null       | null       |
> +------------+------------+------------+------------+------------+------------+------------+
> 1 row selected (0.218 seconds)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)