[
https://issues.apache.org/jira/browse/IGNITE-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15956701#comment-15956701
]
Andrew Mashenkov commented on IGNITE-4917:
------------------------------------------
Looks like it was missed in IGNITE-4026.
> BinaryObjectBuilder field value access failed if its serialized with optimal
> marshaller
> ---------------------------------------------------------------------------------------
>
> Key: IGNITE-4917
> URL: https://issues.apache.org/jira/browse/IGNITE-4917
> Project: Ignite
> Issue Type: Bug
> Components: binary
> Reporter: Andrew Mashenkov
> Assignee: Andrew Mashenkov
> Fix For: 2.0
>
>
> Repro:
> {noformat}
> BinaryObjectBuilder bob = ignite.binary().builder("test");
> bob.setField("test1", new BigInteger("123456789"), BigInteger.class);
>
> BinaryObjectBuilder bob2 = bob.build().toBuilder();
>
> Object o = bob2.getField("test1"); // This call failed with "Invalid flag
> value: -2"
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)