You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2021/03/26 15:27:33 UTC

[iotdb] branch hdfs_delete updated (ddd8ccb -> 50c45f2)

This is an automated email from the ASF dual-hosted git repository.

sunzesong pushed a change to branch hdfs_delete
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from ddd8ccb  Fix Files.deleteIfExists() doesn't work for HDFS file
     add 50c45f2  Add FSFactory.deleteIfExists()

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/engine/storagegroup/TsFileResource.java   | 11 ++++-------
 .../apache/iotdb/tsfile/fileSystem/fsFactory/FSFactory.java   |  8 ++++++++
 .../apache/iotdb/tsfile/fileSystem/fsFactory/HDFSFactory.java |  5 +++++
 .../iotdb/tsfile/fileSystem/fsFactory/LocalFSFactory.java     |  6 ++++++
 4 files changed, 23 insertions(+), 7 deletions(-)