korlov42 commented on a change in pull request #127:
URL: https://github.com/apache/ignite-3/pull/127#discussion_r637741785
##########
File path:
modules/schema/src/test/java/org/apache/ignite/internal/schema/RowAssemblerTest.java
##########
@@ -619,7 +667,64 @@ public void varlenNullableKeyVarlenValue() {
asm.appendString("key");
- assertRowBytesEquals(new byte[] {42, 0, 21, 0, 0, 0, 0, 0, 12, 0,
0, 0, 0, 1, 0, 9, 0, 107, 101, 121}, asm.build());
+ assertRowBytesEquals(new byte[] {42, 0, 21, 0, 95, -98, 1, 0, 12,
0, 0, 0, 0, 1, 0, 9, 0, 107, 101, 121}, asm.build());
+ }
+ }
+
+ /**
+ * Validate row layout for key\value columns of different types.
+ */
+ @Test
+ public void testhMixedTypes() {
Review comment:
```suggestion
public void testMixedTypes() {
```
--
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]