Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve comment of LocalFileBlackHoleWriter to explain this class is …
Browse files Browse the repository at this point in the history
…used for performance test purpose only
maobaolong committed Jan 6, 2025
1 parent 96ee3d7 commit 3f37afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
import org.apache.uniffle.storage.api.FileWriter;
import org.apache.uniffle.storage.common.FileBasedShuffleSegment;

/** A shuffle writer that write data into black hole. */
/** A shuffle writer that write data into black hole for performance test purpose only. */
public class LocalFileBlackHoleWriter implements FileWriter {

private long nextOffset;

0 comments on commit 3f37afa

Please sign in to comment.