dawidwys commented on a change in pull request #10068:
[FLINK-13702][FLINK-13740] Fixed issues with generic types and materialization
of lazy binary formats in blink planner
URL: https://github.com/apache/flink/pull/10068#discussion_r342003832
##########
File path:
flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/codegen/SortCodeGeneratorTest.java
##########
@@ -262,7 +262,7 @@ private BinaryRow row(int i, Object[][] values) {
}
break;
case ANY:
- seeds[i] = new
BinaryGeneric<>(rnd.nextInt(), IntSerializer.INSTANCE);
+ seeds[i] = new
BinaryGeneric<>(rnd.nextInt());
Review comment:
Sorry, I missed this test.
----------------------------------------------------------------
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]
With regards,
Apache Git Services