timoninmaxim commented on code in PR #12532:
URL: https://github.com/apache/ignite/pull/12532#discussion_r2580248031
##########
modules/binary/api/src/main/java/org/apache/ignite/internal/binary/BinaryWriterExImpl.java:
##########
@@ -61,29 +61,29 @@ class BinaryWriterExImpl implements BinaryWriterEx {
/** Schema. */
private final BinaryWriterSchemaHolder schema;
+ /** */
+ private final boolean failIfUnregistered;
Review Comment:
It looks like you just move some fields - failIfUnregistered, handles,
mapper. Can we revert these changes?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]