vldpyatkov commented on code in PR #3422:
URL: https://github.com/apache/ignite-3/pull/3422#discussion_r1562336139
##########
modules/client-handler/src/testFixtures/java/org/apache/ignite/client/handler/FakePlacementDriver.java:
##########
@@ -136,6 +138,25 @@ public HybridTimestamp getStartTime() {
public HybridTimestamp getExpirationTime() {
return HybridTimestamp.MAX_VALUE;
}
+
+ @Override
+ public Set<ReplicationGroupId> subgroups() {
+ return null;
Review Comment:
I replaced this null with an empty set.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]