[
https://issues.apache.org/jira/browse/IGNITE-23092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn resolved IGNITE-23092.
-------------------------------------
Resolution: Fixed
> 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
> Fix For: 3.0
>
> 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)