Skip to content

Commit

Permalink
delete associated checkpointings when deleting file (no changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Garg committed Apr 2, 2019
1 parent 817d5bd commit cc0aeae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hdfscontents/hdfsmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ def save(self, model, path=''):

def delete_file(self, path):
"""Delete file at path."""
# TODO: Deleting all associated (multiple) checkpoints
path = path.strip('/')
hdfs_path = to_os_path(path, self.root_dir)
if self._hdfs_dir_exists(hdfs_path):
Expand Down

0 comments on commit cc0aeae

Please sign in to comment.