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

Function get_fs_path

tests/util/filesystem_utils.py:79–80  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

77
78
79def get_fs_path(path):
80 return prepend_with_fs(FILESYSTEM_PREFIX, path)
81
82
83def get_secondary_fs_path(path):

Calls 1

prepend_with_fsFunction · 0.85