zstan commented on code in PR #2476:
URL: https://github.com/apache/ignite-3/pull/2476#discussion_r1302882568


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/exp/agg/GroupKey.java:
##########
@@ -19,13 +19,16 @@
 
 import static org.apache.ignite.internal.util.ArrayUtils.OBJECT_EMPTY_ARRAY;
 
+import java.io.Serializable;
 import java.util.Arrays;
 import org.jetbrains.annotations.Nullable;
 
 /**
  * A fixed length group key used by execution node.
  */
-public class GroupKey {
+public class GroupKey implements Serializable {

Review Comment:
   but we send it into the wire, ItSetOpTest#testIntersectEmpty



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to