Victoria Markman created DRILL-2867:
---------------------------------------
Summary: Session level parameter drill.exec.testing.controls
appears to be set if 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
{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)