sk0x50 commented on code in PR #1411:
URL: https://github.com/apache/ignite-3/pull/1411#discussion_r1043112966
##########
modules/raft/src/testFixtures/java/org/apache/ignite/raft/server/counter/GetValueCommand.java:
##########
@@ -18,9 +18,17 @@
package org.apache.ignite.raft.server.counter;
import org.apache.ignite.internal.raft.ReadCommand;
+import org.apache.ignite.network.annotations.Transferable;
+import org.apache.ignite.raft.messages.TestMessageGroup;
+import org.apache.ignite.raft.messages.TestRaftMessagesFactory;
/**
* Get a value command.
*/
-public class GetValueCommand implements ReadCommand {
+//TODO Move to integration test directory when Maven build is not supported
anymore.
Review Comment:
Please add a link to the corresponding ticket.
--
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]