Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR] feat(server): Introduce LocalFileNullDeviceWriter to flush da…
…ta into null device (#2337) ### What changes were proposed in this pull request? Introduce a new implementation of FileWriter, named LocalFileNullDeviceWriter. ### Why are the changes needed? Write all the data into null device, specify LocalFileNullDeviceWriter for test the ceiling performance of flush event but kept the cost for file level api. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Tested on our test cluster.
- Loading branch information