Description
Repro:
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"
Attachments
Issue Links
- is related to
-
IGNITE-4026 BinaryObjectBuilder.build() can fail if one of the fields is Externalizable
- Resolved
- links to