tkalkirill commented on code in PR #3369:
URL: https://github.com/apache/ignite-3/pull/3369#discussion_r1516026566
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/BitSetPartitionSet.java:
##########
@@ -19,12 +19,13 @@
import java.util.BitSet;
import java.util.stream.IntStream;
+import org.apache.ignite.internal.tostring.IgniteToStringExclude;
+import org.apache.ignite.internal.tostring.S;
-/**
- * {@link BitSet} implementation of the {@link PartitionSet}.
- */
+/** {@link BitSet} implementation of the {@link PartitionSet}. */
Review Comment:
For me it’s more beautiful, and there are less than 1k lines of changes.
--
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]