Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
class
InvalidOptionValueError(Exception):
48
""
"Raised when an option contains an invalid value."
""
49
pass
50
51
52
def
parse_bool_option(value):
Callers
1
parse_bool_option
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected