Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Jan 22, 2025
1 parent 874a6b7 commit 14c7b46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public ReduceFileGroups updateFileGroup(
// refresh file groups
Tuple3<ReduceFileGroups, String, Exception> fileGroups =
loadFileGroupInternal(shuffleId, isSegmentGranularityVisible);
ReduceFileGroups newGroups = fileGroups._1;
ReduceFileGroups newGroups = fileGroups._1();
if (newGroups == null) {
throw new CelebornIOException(
loadFileGroupException(shuffleId, partitionId, fileGroups._2()));
Expand Down

0 comments on commit 14c7b46

Please sign in to comment.