ygerzhedovich commented on a change in pull request #95:
URL: https://github.com/apache/ignite-3/pull/95#discussion_r614573998



##########
File path: 
modules/schema/src/main/java/org/apache/ignite/internal/schema/ExpandableByteBuf.java
##########
@@ -71,7 +71,10 @@ public ExpandableByteBuf(int size) {
     }
 
     /**
+     * Writes {@code byte} value to the buffer,

Review comment:
       ```suggestion
        * Writes {@code byte} value to the buffer.
   ```

##########
File path: 
modules/schema/src/main/java/org/apache/ignite/internal/schema/ExpandableByteBuf.java
##########
@@ -80,7 +83,10 @@ public void put(int off, byte val) {
     }
 
     /**
+     * Writes {@code short} value to the buffer,

Review comment:
       ```suggestion
        * Writes {@code short} value to the buffer.
   ```




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