[
https://issues.apache.org/jira/browse/IGNITE-23092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17886326#comment-17886326
]
Pavel Tupitsyn commented on IGNITE-23092:
-----------------------------------------
Merged to main:
[6fc263e3ec39882baf5c9881725e790617730b59|https://github.com/apache/ignite-3/commit/6fc263e3ec39882baf5c9881725e790617730b59]
> Nested Tuple Serialization
> --------------------------
>
> Key: IGNITE-23092
> URL: https://issues.apache.org/jira/browse/IGNITE-23092
> Project: Ignite
> Issue Type: Improvement
> Components: compute
> Reporter: Aleksandr
> Assignee: Maksim Myskov
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Now we support only plain Tuples in automatic serialization in Compute API.
> It seems like nothing stops us from working with tuples fields that is not a
> "native" type but the Tuple. So, we can represent complicated objects as a
> "Tuple of Tuples". We can threat top-level tuple as a schema-described table
> row and nested tuples as binary tuples with schema inside.
> 1. Design the format of nested tuples serialization
> 2. Support the format in both compute and table api.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)