yurinaryshkin commented on code in PR #11057:
URL: https://github.com/apache/ignite/pull/11057#discussion_r1410353485
##########
modules/core/src/main/java/org/apache/ignite/dump/DumpReader.java:
##########
@@ -111,6 +120,62 @@ public DumpReader(DumpReaderConfiguration cfg,
IgniteLogger log) {
Map<Integer, Set<Integer>> groups = cfg.skipCopies() ? new
HashMap<>() : null;
+ if (groups != null)
Review Comment:
Duplicate was removed, this isn't needed anymore.
--
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]