shishkovilja commented on code in PR #13095:
URL: https://github.com/apache/ignite/pull/13095#discussion_r3636332467


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/message/QueryBatchMessage.java:
##########
@@ -17,13 +17,16 @@
 
 package org.apache.ignite.internal.processors.query.calcite.message;
 
+import java.util.ArrayList;
 import java.util.List;
 import java.util.UUID;
-import java.util.stream.Collectors;
+import org.apache.ignite.internal.DeferredUnmarshalMessage;
+import org.apache.ignite.internal.MarshallableMessage;
 import org.apache.ignite.internal.Order;
+import org.apache.ignite.marshaller.Marshaller;
 
 /** */
-public class QueryBatchMessage implements ExecutionContextAware {
+public class QueryBatchMessage implements MarshallableMessage, 
DeferredUnmarshalMessage, ExecutionContextAware {

Review Comment:
   ```suggestion
   public class QueryBatchMessage implements ExecutionContextAware {
   ```



-- 
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