SammyVimes commented on a change in pull request #102:
URL: https://github.com/apache/ignite-3/pull/102#discussion_r628199603



##########
File path: 
modules/network/src/integrationTest/java/org/apache/ignite/network/TestMessageSerializationFactory.java
##########
@@ -84,7 +84,7 @@ public TestMessage getMessage() {
     @Override public MessageSerializer<TestMessage> createSerializer() {
         return (message, writer) -> {
             if (!writer.isHeaderWritten()) {
-                if (!writer.writeHeader(message.directType(), (byte) 1))
+                if (!writer.writeHeader(message.directType(), (byte) 2))

Review comment:
       :D It was at the beginning of this pull request! We decided that it's 
not needed as these factories will be generated




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to