[
https://issues.apache.org/jira/browse/IGNITE-16921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536277#comment-17536277
]
Roman Puchkovskiy commented on IGNITE-16921:
--------------------------------------------
Thank you for the review!
> Support schema changes concerning inheritance hierarchy
> -------------------------------------------------------
>
> Key: IGNITE-16921
> URL: https://issues.apache.org/jira/browse/IGNITE-16921
> Project: Ignite
> Issue Type: Improvement
> Components: networking
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha5
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Suppose an instance of class C is serialized remotely and deserialized
> locally. On the remote side, it extends B, which extends A, so the hierarchy
> is A->B->C. On the local side, it's A->C (so B is missing).
> Another possibility is the opposite: when remotely it's A->C, but locally
> it's A->B->C.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)