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:
users@infra.apache.org
With regards,
Apache Git Services
|