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
This commit is contained in:
parent
7457c7cd00
commit
5b3ebdc3d1
2
env/env_hdfs.cc
vendored
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…
x
Reference in New Issue
Block a user