Added append with checksum handoff API to hdfs (#8084)

Summary:
Added append with checksum handoff API to hdfs

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8084

Test Plan: make check

Reviewed By: ajkr

Differential Revision: D27237823

Pulled By: zhichao-cao

fbshipit-source-id: 93b38db23b1811a6daa049afb89240089ec6f67c
main
Zhichao Cao 4 years ago committed by Facebook GitHub Bot
parent 9f7c02dad5
commit 8dc6d8c748
  1. 2
      env/env_hdfs.cc

2
env/env_hdfs.cc vendored

@ -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() {

Loading…
Cancel
Save