korlov42 commented on code in PR #2476: URL: https://github.com/apache/ignite-3/pull/2476#discussion_r1302996825
########## 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: I'm wondering how it works without implementing Serializable... Anyway, the ticket that addresses mentioned place has been merged to main moment ago (IGNITE-19992). I hope this won't be a blocker for you anymore -- 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