Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
2.8.0
-
None
-
None
Description
See attached code.
Cause:
In NativeAzureFileSystem.java: the append method returns
new FSDataOutputStream(appendStream, statistics)
Instead, it should probably return
new FSDataOutputStream(appendStream, statistics, meta.getLength())
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-12635 Adding Append API support for WASB
- Resolved