Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed May 6, 2024
1 parent ded8615 commit de5f23a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public Map<Worker, ExchangeInputs> selectExchangeWorker(UnassignedJob unassigned
return null;
}
}
throw new AnalysisException("No any available workers");
throw new AnalysisException("No available workers");
}

private DataLocation selectScanReplica(List<DataLocation> replicas) {
Expand All @@ -74,6 +74,6 @@ private DataLocation selectScanReplica(List<DataLocation> replicas) {
return dataLocation;
}
}
throw new AnalysisException("No any available workers");
throw new AnalysisException("No available workers");
}
}

0 comments on commit de5f23a

Please sign in to comment.