Details
-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 0.8.1
-
Fix Version/s: 0.16.0
-
Component/s: Data Module
-
Labels:None
Description
In CDK-202 we fixed FileSystemDatasetWriter#flush to use hflush, but there are some cases where the stronger semantics of hsync are required. We should expose that through DatasetWriter, probably by adding a sync method.