zstan commented on code in PR #2476:
URL: https://github.com/apache/ignite-3/pull/2476#discussion_r1303035437
##########
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:
ok, merging fresh main helps me here.
--
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]