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)