Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
""
"
Callers
15
test_incremental_stats_new_partition
Method · 0.95
add_hive_partition_helper
Method · 0.95
add_hive_partition_table_stats_helper
Method · 0.95
test_add_impala_partition
Method · 0.95
test_drop_column_maintains_stats
Method · 0.95
test_select_without_compute_stats
Method · 0.95
test_overwrite_added_column
Method · 0.95
test_compute_stats_get_to_hive
Method · 0.95
test_compute_stats_get_to_impala
Method · 0.95
test_engine_separates_col_stats
Method · 0.95
test_engine_separates_partitioned_col_stats
Method · 0.95
test_drop_partition
Method · 0.95
Calls
2
range
Function · 0.85
join
Method · 0.45
Tested by
no test coverage detected