zstan commented on code in PR #12626:
URL: https://github.com/apache/ignite/pull/12626#discussion_r2684993543
##########
modules/binary/api/src/main/java/org/apache/ignite/internal/binary/BinaryWriterEx.java:
##########
@@ -131,6 +132,11 @@ public interface BinaryWriterEx extends BinaryWriter,
BinaryRawWriter, ObjectOut
*/
public int schemaId();
+ /**
+ * @param schemaId Schema ID.
+ */
+ public void schemaId(int schemaId);
Review Comment:
i understand why you need it but just for defence from potential problems
probably it need to be appended some additional assert check for schemaId
change invariants ?
--
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]