You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Timothy Farkas (JIRA)" <ji...@apache.org> on 2017/10/07 02:59:00 UTC

[jira] [Created] (DRILL-5855) Provide a useful error message when the SystemOptionManager is queried for a non-existent option

Timothy Farkas created DRILL-5855:
-------------------------------------

             Summary: Provide a useful error message when the SystemOptionManager is queried for a non-existent option
                 Key: DRILL-5855
                 URL: https://issues.apache.org/jira/browse/DRILL-5855
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.11.0
            Reporter: Timothy Farkas
            Assignee: Timothy Farkas
            Priority: Minor


Currently when the SystemOptionManager is queried for an unregistered option. It throws a null pointer exception. I should probably throw and IllegalArgumentException with an informative message like "There is no OptionDefinition for <option name>. Either you misspelled the option name or you need to add an OptionDefinition for this option to the code base." 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)