Return the absolute path if input path is a local one, otherwise return input path Args: path (str): input path Returns: str: absolute path >>>to_abs_local_path("/tdk") "/tdk" >>>to_abs_local_path("./tdk") "/a/b/c/tdk" >>>to_abs_local_path("hdfs:///a
(path)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected