Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.0
-
None
-
None
Description
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)
Attachments
Issue Links
- is part of
-
DRILL-3035 Create ControlsInjector interface to enforce implementing methods
- Closed