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

Function hive_exec_query_files_parallel

bin/load-data.py:301–302  ·  view source on GitHub ↗
(thread_pool, query_files, step_name)

Source from the content-addressed store, hash-verified

299
300
301def hive_exec_query_files_parallel(thread_pool, query_files, step_name):
302 exec_query_files_parallel(thread_pool, query_files, 'hive', step_name)
303
304
305def main():

Callers 1

mainFunction · 0.85

Calls 1

Tested by

no test coverage detected