MCPcopy 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
79def 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.

Calls

no outgoing calls

Tested by

no test coverage detected