kkhatua commented on issue #1454: DRILL-6684: Swap sys.options and sys.options_val tables URL: https://github.com/apache/drill/pull/1454#issuecomment-417736737 @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.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
