MCPcopy Create free account
hub / github.com/apache/impala / InvalidOptionValueError

Class InvalidOptionValueError

shell/impala_shell/option_parser.py:47–49  ·  view source on GitHub ↗

Raised when an option contains an invalid value.

Source from the content-addressed store, hash-verified

45
46
47class InvalidOptionValueError(Exception):
48 """Raised when an option contains an invalid value."""
49 pass
50
51
52def parse_bool_option(value):

Callers 1

parse_bool_optionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected