Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
There are few TODOs in the new ABFSOutputstream.
1) Currently the buffer to read and do the truncate operation from the source file is 2MB. This we can allow some configuration based on the future usage and perf results.
2) Currently while writing to temp file we write the entire data and then finally close/flush the data. Based on usages we can call intermediate flush/sync on the files.