[
https://issues.apache.org/jira/browse/IGNITE-4917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15960579#comment-15960579
]
ASF GitHub Bot commented on IGNITE-4917:
----------------------------------------
Github user AMashenkov closed the pull request at:
https://github.com/apache/ignite/pull/1736
> 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)