Skip to content

Commit

Permalink
Added append with checksum handoff API to hdfs (facebook#8084)
Browse files Browse the repository at this point in the history
Summary:
Added append with checksum handoff API to hdfs

Pull Request resolved: facebook#8084

Test Plan: make check

Reviewed By: ajkr

Differential Revision: D27237823

Pulled By: zhichao-cao

fbshipit-source-id: 93b38db23b1811a6daa049afb89240089ec6f67c
  • Loading branch information
zhichao-cao authored and facebook-github-bot committed Mar 23, 2021
1 parent 9f7c02d commit 8dc6d8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env/env_hdfs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ class HdfsWritableFile: public WritableFile {
}
}

using WritableFile::Append;

// If the file was successfully created, then this returns true.
// Otherwise returns false.
bool isValid() {
Expand Down

0 comments on commit 8dc6d8c

Please sign in to comment.