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

Function impala_exec_query_files_parallel

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

Source from the content-addressed store, hash-verified

295
296
297def impala_exec_query_files_parallel(thread_pool, query_files, step_name):
298 exec_query_files_parallel(thread_pool, query_files, 'impala', step_name)
299
300
301def hive_exec_query_files_parallel(thread_pool, query_files, step_name):

Callers 1

mainFunction · 0.85

Calls 1

Tested by

no test coverage detected