ygerzhedovich commented on a change in pull request #95:
URL: https://github.com/apache/ignite-3/pull/95#discussion_r614574281
##########
File path:
modules/schema/src/main/java/org/apache/ignite/internal/schema/ExpandableByteBuf.java
##########
@@ -98,7 +107,10 @@ public void putInt(int off, int val) {
}
/**
+ * Writes {@code float} value to the buffer,
Review comment:
```suggestion
* Writes {@code float} value to the buffer.
```
##########
File path:
modules/schema/src/main/java/org/apache/ignite/internal/schema/ExpandableByteBuf.java
##########
@@ -107,7 +119,10 @@ public void putFloat(int off, float val) {
}
/**
+ * Writes {@code long} value to the buffer,
Review comment:
```suggestion
* Writes {@code long} value to the buffer.
```
##########
File path:
modules/schema/src/main/java/org/apache/ignite/internal/schema/ExpandableByteBuf.java
##########
@@ -116,7 +131,10 @@ public void putLong(int off, long val) {
}
/**
+ * Writes {@code double} value to the buffer,
Review comment:
```suggestion
* Writes {@code double} 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]