sashapolo commented on code in PR #1544:
URL: https://github.com/apache/ignite-3/pull/1544#discussion_r1088813138


##########
modules/metastorage/src/main/java/org/apache/ignite/internal/metastorage/command/MetastorageCommandsMessageGroup.java:
##########
@@ -21,41 +21,13 @@
 import 
org.apache.ignite.internal.metastorage.command.cursor.CursorHasNextCommand;
 import org.apache.ignite.internal.metastorage.command.cursor.CursorNextCommand;
 import 
org.apache.ignite.internal.metastorage.command.cursor.CursorsCloseCommand;
-import 
org.apache.ignite.internal.metastorage.command.info.CompoundConditionInfo;
-import org.apache.ignite.internal.metastorage.command.info.IfInfo;
-import org.apache.ignite.internal.metastorage.command.info.OperationInfo;
-import org.apache.ignite.internal.metastorage.command.info.SimpleConditionInfo;
-import org.apache.ignite.internal.metastorage.command.info.StatementInfo;
-import org.apache.ignite.internal.metastorage.command.info.StatementResultInfo;
-import org.apache.ignite.internal.metastorage.command.info.UpdateInfo;
 import org.apache.ignite.network.annotations.MessageGroup;
 
 /**
  * Message group for meta-storage RAFT commands and other required classes.
  */
 @MessageGroup(groupType = 111, groupName = "MetaStorageCommands")
 public interface MetastorageCommandsMessageGroup {
-    /** Message type for {@link OperationInfo}. */
-    short OPERATION_INFO = 1;
-
-    /** Message type for {@link UpdateInfo}. */
-    short UPDATE_INFO = 2;
-
-    /** Message type for {@link StatementInfo}. */
-    short STATEMENT_INFO = 3;
-
-    /** Message type for {@link SimpleConditionInfo}. */
-    short SIMPLE_CONDITION_INFO = 4;
-
-    /** Message type for {@link CompoundConditionInfo}. */
-    short COMPOUND_CONDITION_INFO = 5;
-
-    /** Message type for {@link StatementResultInfo}. */
-    short STATEMENT_RESULT_INFO = 6;
-
-    /** Message type for {@link IfInfo}. */
-    short IF_INFO = 7;
-
     /** Message type for {@link InvokeCommand}. */
     short INVOKE = 10;

Review Comment:
   To reduce the amount 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]

Reply via email to