AMashenkov commented on a change in pull request #168:
URL: https://github.com/apache/ignite-3/pull/168#discussion_r670557621
##########
File path:
modules/schema/src/test/java/org/apache/ignite/internal/schema/RowAssemblerAdvancedSchemaTest.java
##########
@@ -54,8 +55,8 @@ public void fixedNullableColumns() {
// Last col null
assertRowBytesEquals(
- new byte[] {42, 0, 24, 0, -11, 43, 0, 0, 8, 0, 0, 0, 4, 11, 22, 0,
8, 0, 0, 0, 4, -44, -66, -1},
- new RowAssembler(schema, 0, 0, 0)
+ new byte[] {42, 0, 0, -103, -11, 43, 0, 0, 8, 0, 0, 0, 4, 11, 22,
0, 8, 0, 0, 0, 4, -44, -66, -1},
Review comment:
We already have RowTest covered this case.
--
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]