Skip to content

Commit

Permalink
Fix validate error
Browse files Browse the repository at this point in the history
  • Loading branch information
majin.nathan committed Oct 15, 2024
1 parent f6ccbda commit c0c2e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ SchedulingPolicy getSchedulingPolicy() {
private class TableOptimizingProcess implements OptimizingProcess {

private final Lock lock = new ReentrantLock();
private final SimpleFuture future = new SimpleFuture();;
private final SimpleFuture future = new SimpleFuture();
private final long processId;
private final OptimizingType optimizingType;
private final TableRuntime tableRuntime;
Expand Down

0 comments on commit c0c2e84

Please sign in to comment.