Github user hsaputra commented on a diff in the pull request: https://github.com/apache/flink/pull/1294#discussion_r42818462 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/operators/MapTaskTest.java --- @@ -38,8 +37,7 @@ import org.junit.Assert; import org.junit.Test; -@SuppressWarnings("deprecation") -public class MapTaskTest extends DriverTestBase<GenericCollectorMap<Record, Record>> { +public class MapTaskTest extends DriverTestBase<FlatMapFunction<Record, Record>> { --- End diff -- Small nit: should probably rename this to ``FlatMapTaskTest`` since now it is actually using ``flatMap`` function instead?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---