[ https://issues.apache.org/jira/browse/IGNITE-26319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18016492#comment-18016492 ]
Kirill Tkalenko commented on IGNITE-26319: ------------------------------------------ Looks good. > Message serializer uses wrong field name for writing marshallable field > ----------------------------------------------------------------------- > > Key: IGNITE-26319 > URL: https://issues.apache.org/jira/browse/IGNITE-26319 > Project: Ignite > Issue Type: Bug > Components: network ai3 > Reporter: Roman Puchkovskiy > Assignee: Roman Puchkovskiy > Priority: Major > Labels: ignite-3 > Time Spent: 0.5h > Remaining Estimate: 0h > > If there is a @Marshallable field named 'someName', then a byte array field > named someNameByteArray will be generated. The corresponding deserializer > will use the correct name ('someNameByteArray') when reading the field, but > the serializer still uses the original name ('someName') to read the byte > array. > The latter has to be fixed. -- This message was sent by Atlassian Jira (v8.20.10#820010)