mas-chen commented on code in PR #84:
URL:
https://github.com/apache/flink-connector-kafka/pull/84#discussion_r1487301708
##########
flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/table/KafkaTableTestUtils.java:
##########
@@ -124,4 +128,12 @@ public static void comparedWithKeyAndOrder(
matching(TableTestMatchers.deepEqualTo(expectedData.get(key), false)));
}
}
+
+ private static String rowToString(Object o) {
+ if (o instanceof Row) {
Review Comment:
This confused me but I understand it is to provide compatibility for 1.19,
I'd leave a comment since that's not clear
--
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]