[jira] [Created] (IGNITE-4673) Object array element type is written as a user type

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-4673) Object array element type is written as a user type

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-4673:
--------------------------------------

             Summary: Object array element type is written as a user type
                 Key: IGNITE-4673
                 URL: https://issues.apache.org/jira/browse/IGNITE-4673
             Project: Ignite
          Issue Type: Bug
          Components: binary
    Affects Versions: 2.0
            Reporter: Pavel Tupitsyn
             Fix For: 2.0


{{BinaryWriterExImpl.doWriteObjectArray}} registers {{java.lang.Object}} element type as a custom type instead of using {{OBJECT_TYPE_ID}}.

As a result, platforms (.NET, C++) can not understand such an array.
This is also suboptimal due to extra type registration and lookups.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)