Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ assert_exec_option_key
Function
assert_exec_option_key
tests/common/test_vector.py:79–80 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
77
78
79
def
assert_exec_option_key(key):
80
assert key.islower(),
"Exec option "
+ key +
" is not in lower case"
81
82
83
# A list of test dimension values.
Callers
2
create_exec_option_dimension_from_dict
Function · 0.90
assert_unique_exec_option_key
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected