JingsongLi commented on a change in pull request #8109:
[FLINK-12017][table-planner-blink] Support translation from Rank/Deduplicate to
StreamTransformation
URL: https://github.com/apache/flink/pull/8109#discussion_r273777158
##########
File path:
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/dataformat/BinaryRow.java
##########
@@ -220,7 +220,7 @@ public void setDecimal(int pos, Decimal value, int
precision) {
} else {
byte[] bytes = value.toUnscaledBytes();
- assert(bytes.length <= 16);
+ assert (bytes.length <= 16);
Review comment:
By the way, `assert bytes.length <= 16;`
----------------------------------------------------------------
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