aalexandrov commented on a change in pull request #13770:
URL: https://github.com/apache/flink/pull/13770#discussion_r517303510
##########
File path:
flink-table/flink-table-common/src/test/java/org/apache/flink/table/factories/TestFormatFactory.java
##########
@@ -140,8 +142,28 @@ public int hashCode() {
}
}
+ /**
+ * {@link DeserializationSchema} for testing.
+ */
+ public static class DeserializationSchemaMock implements
DeserializationSchema<RowData> {
Review comment:
Done.
----------------------------------------------------------------
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]