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

Method unique_string

tests/metadata/test_hms_integration.py:258–260  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

256 return result
257
258 def unique_string(self):
259 return ''.join([random.choice(string.ascii_lowercase)
260 for i in range(0, 16)])
261
262 def assert_sql_error(self, engine, command, str_re_in_error):
263 """

Calls 2

rangeFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected