[ 
https://issues.apache.org/jira/browse/DRILL-6684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603396#comment-16603396
 ] 

ASF GitHub Bot commented on DRILL-6684:
---------------------------------------

kkhatua commented on a change in pull request #1454: DRILL-6684: Swap 
sys.options and sys.options_val tables
URL: https://github.com/apache/drill/pull/1454#discussion_r215012117
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/sys/SystemTable.java
 ##########
 @@ -31,28 +31,30 @@
  * </p>
  */
 public enum SystemTable {
-  OPTION("options", false, OptionValueWrapper.class) {
+  OPTION_OLD("options_old", false, OptionValueWrapper.class) {
 
 Review comment:
   Done. 

----------------------------------------------------------------
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]


> Swap sys.options and sys.options_val tables
> -------------------------------------------
>
>                 Key: DRILL-6684
>                 URL: https://issues.apache.org/jira/browse/DRILL-6684
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Storage - Information Schema
>    Affects Versions: 1.14.0
>            Reporter: Kunal Khatua
>            Assignee: Kunal Khatua
>            Priority: Minor
>              Labels: doc-impacting
>             Fix For: 1.15.0
>
>
> The current sys.options table has a verbose layout, because of which 
> sys.options_internal was introduced. The latter will also support 
> descriptions, which means it makes sense to have that table as the new 
> `sys.options`. The recommendation is to deprecate the old format, so that any 
> dependencies continue to make use of it as long as required.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to