Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ copy_from_local
Method
copy_from_local
tests/util/adls_util.py:51–52 ·
view source on GitHub ↗
(self, src, dst)
Source
from the content-addressed store, hash-verified
49
self.adls_cli_client.copy(src, dst, overwrite)
50
51
def
copy_from_local(self, src, dst):
52
self.adls_cli_client.copy_from_local(src, dst)
53
54
def
ls(self, path):
55
file_paths = self.adlsclient.ls(path)
Callers
15
test_udf_errors
Method · 0.45
test_udf_invalid_symbol
Method · 0.45
test_udf_update_via_drop
Method · 0.45
test_udf_update_via_create
Method · 0.45
_create_test_table
Method · 0.45
test_read_write_integer_logical_types
Method · 0.45
test_partition_column_in_parquet_data_file
Method · 0.45
add_file_to_table_partition
Method · 0.45
test_execute_remove_orphan_files
Method · 0.45
test_load
Method · 0.45
_copy_files_to_puffin_tbl_impl
Method · 0.45
prepare_utf8_test_table
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_udf_errors
Method · 0.36
test_udf_invalid_symbol
Method · 0.36
test_udf_update_via_drop
Method · 0.36
test_udf_update_via_create
Method · 0.36
_create_test_table
Method · 0.36
test_read_write_integer_logical_types
Method · 0.36
test_partition_column_in_parquet_data_file
Method · 0.36
add_file_to_table_partition
Method · 0.36
test_execute_remove_orphan_files
Method · 0.36
test_load
Method · 0.36
_copy_files_to_puffin_tbl_impl
Method · 0.36
prepare_utf8_test_table
Method · 0.36