Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
301
def
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
305
def
main():
Callers
1
main
Function · 0.85
Calls
1
exec_query_files_parallel
Function · 0.85
Tested by
no test coverage detected