@kfaraaz The existing `sys.options` table is very verbose because of multiple 'datatype_val' columns (all except one will be alway null). Injecting a descriptions column breaks the visual formatting within SQLLine. The existing `sys.options_val` is better representative of the options. For usability sake, we are renaming the latter table as `sys.options` , while the old table becomes `sys.options_old`. So, both tables will still be available.
[ Full content available at: https://github.com/apache/drill/pull/1454 ] This message was relayed via gitbox.apache.org for [email protected]
