AHeise commented on a change in pull request #16277:
URL: https://github.com/apache/flink/pull/16277#discussion_r658185164
##########
File path:
flink-end-to-end-tests/flink-streaming-kinesis-test/src/test/java/org/apache/flink/streaming/kinesis/test/model/Order.java
##########
@@ -57,4 +57,9 @@ public boolean equals(Object o) {
public int hashCode() {
return Objects.hash(code, quantity);
}
+
+ @Override
+ public String toString() {
Review comment:
`toString` is actually always needed for assertions ;)
--
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]