gravitino.filesystem.gvfs_utils.get_sub_path_from_virtual_path¶
- gravitino.filesystem.gvfs_utils.get_sub_path_from_virtual_path(identifier: NameIdentifier, virtual_path: str)¶
Get the sub path from the virtual path. :param identifier: The identifier of the fileset. :param virtual_path: The virtual fileset path, format is fileset/{fileset_catalog}/{fileset_schema}/{fileset_name}[/sub_path] :return The sub path.