Skip to content

Commit

Permalink
fix bool get
Browse files Browse the repository at this point in the history
  • Loading branch information
zuston committed Apr 24, 2024
1 parent 3c156ee commit eeea987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package org.apache.uniffle.test;public class ServerActivateReassignTest {
}
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public void registerShuffle(
user,
shuffleDataDistributionType,
maxConcurrencyPerPartitionToWrite,
req.hasBlockFailureReassignEnabled());
req.getBlockFailureReassignEnabled().getValue());

reply = ShuffleRegisterResponse.newBuilder().setStatus(result.toProto()).build();
responseObserver.onNext(reply);
Expand Down

0 comments on commit eeea987

Please sign in to comment.