Skip to content

Commit

Permalink
Add comment for RewriteStageTask.java
Browse files Browse the repository at this point in the history
  • Loading branch information
majin.nathan committed Oct 11, 2024
1 parent d723a79 commit 8f3c119
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

import java.util.Map;

/**
* RewriteStageTask is a task which contains the input and output of a rewrite stage task. Other
* stage task would include plan, evaluate, commit, etc.
*/
public class RewriteStageTask
extends StagedTaskDescriptor<RewriteFilesInput, RewriteFilesOutput, MetricsSummary> {

Expand Down

0 comments on commit 8f3c119

Please sign in to comment.